#eb245b

Color #EB245B Amaranth (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amaranth #EB245B

Tints of Amaranth #EB245B

Color information

#EB245B (or 0xEB245B) is unknown color: approx Amaranth. HEX triplet: EB, 24 and 5B. RGB value is (235,36,91). Sum of RGB (Red+Green+Blue) = 235+36+91=362 (47% of max value = 765). Red value is 235 (92.19% from 255 or 64.92% from 362); Green value is 36 (14.45% from 255 or 9.94% from 362); Blue value is 91 (35.94% from 255 or 25.14% from 362); Max value from RGB is 235 - color contains mainly: red. Hex color #EB245B is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EB245B is #14DBA4. Grayscale: #656565. Windows color (decimal): -1366949 or 5973227. OLE color: 5973227.

HSL color Cylindrical-coordinate representation of color #EB245B: hue angle of 343.42º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EB245B is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.08.

Color convert

RGB2353691-
CMYK00.850.610.08
HSL343.42º83.26%53.14%-
HSV(B)343.42º84.68%92.16%-
XYZ36.7819.6811.76-
YUV101.77121.93223.03-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 235 (92.19% from 255) = 64.92%
GREEN value IS 36 (14.45% from 255) = 9.94%
BLUE value IS 91 (35.94% from 255) = 25.14%
R=64.92%
G=9.94%
B=25.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal235369100.850.610.08343.4283.2653.14
HexEB245B0553D81575335
Octal353441330125751052712365
Binary1110101110010010110110101010111110110001010101111010011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #eb245b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #eb245b; }

 p { color: rgb(235,36,91); }

 H1.HeaderClassName
 {
   color: #eb245b;
 }
 .AnyTagClassName
 {
   color: #eb245b;
 }
</style>
background-color css

<style>
 a { background-color: #eb245b; }

 a { background-color: rgb(235,36,91); }

 div.DivClassName
 {
   background-color: #eb245b;
 }
 .BgClassName
 {
   background-color: #eb245b;
 }
</style>
border-color css

<style>
 span { border-color: #eb245b; }

 span { border-color: rgb(235,36,91); }

 td.TdClassName
 {
   border-color: #eb245b;
 }
 .TagClassName
 {
   border-color: #eb245b;
 }
</style>