#EA5FA8

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

Shades of Brilliant Rose #EA5FA8

Tints of Brilliant Rose #EA5FA8

Color information

#EA5FA8 (or 0xEA5FA8) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5F and A8. RGB value is (234,95,168). Sum of RGB (Red+Green+Blue) = 234+95+168=497 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.08% from 497); Green value is 95 (37.5% from 255 or 19.11% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5FA8 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5FA8 is #15A057. Grayscale: #909090. Windows color (decimal): -1417304 or 11034602. OLE color: 11034602.

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

Color convert

RGB23495168-
CMYK00.590.280.08
HSL328.49º76.8%64.51%-
HSV(B)328.49º59.4%91.76%-
XYZ45.0928.540.17-
YUV144.88141.05191.56-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.08%
GREEN value IS 95 (37.5% from 255) = 19.11%
BLUE value IS 168 (66.02% from 255) = 33.80%
R=47.08%
G=19.11%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349516800.590.280.08328.4976.864.51
HexEA5FA803B1C81484d41
Octal3521372500733410510115101
Binary11101010101111110101000011101111100100010100100010011011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5FA8; }

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

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

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

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

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

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

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

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