#EA45A8

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

Shades of Brilliant Rose #EA45A8

Tints of Brilliant Rose #EA45A8

Color information

#EA45A8 (or 0xEA45A8) is unknown color: approx Brilliant Rose. HEX triplet: EA, 45 and A8. RGB value is (234,69,168). Sum of RGB (Red+Green+Blue) = 234+69+168=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 69 (27.34% from 255 or 14.65% from 471); Blue value is 168 (66.02% from 255 or 35.67% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45A8 is #15BA57. Grayscale: #818181. Windows color (decimal): -1423960 or 11027946. OLE color: 11027946.

HSL color Cylindrical-coordinate representation of color #EA45A8: hue angle of 324º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA45A8 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.08.

Color convert

RGB23469168-
CMYK00.710.280.08
HSL324º79.71%59.41%-
HSV(B)324º70.51%91.76%-
XYZ43.1324.5839.52-
YUV129.62149.66202.45-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 49.68%
GREEN value IS 69 (27.34% from 255) = 14.65%
BLUE value IS 168 (66.02% from 255) = 35.67%
R=49.68%
G=14.65%
B=35.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2346916800.710.280.0832479.7159.41
HexEA45A80471C8144503b
Octal3521052500107341050412073
Binary11101010100010110101000010001111110010001010001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA45A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA45A8; }

 p { color: rgb(234,69,168); }

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

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

 a { background-color: rgb(234,69,168); }

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

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

 span { border-color: rgb(234,69,168); }

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