#EA5DA2

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

Shades of Brilliant Rose #EA5DA2

Tints of Brilliant Rose #EA5DA2

Color information

#EA5DA2 (or 0xEA5DA2) is unknown color: approx Brilliant Rose. HEX triplet: EA, 5D and A2. RGB value is (234,93,162). Sum of RGB (Red+Green+Blue) = 234+93+162=489 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.85% from 489); Green value is 93 (36.72% from 255 or 19.02% from 489); Blue value is 162 (63.67% from 255 or 33.13% from 489); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5DA2 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5DA2 is #15A25D. Grayscale: #8E8E8E. Windows color (decimal): -1417822 or 10640874. OLE color: 10640874.

HSL color Cylindrical-coordinate representation of color #EA5DA2: hue angle of 330.64º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #EA5DA2 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.08.

Color convert

RGB23493162-
CMYK00.600.310.08
HSL330.64º77.05%64.12%-
HSV(B)330.64º60.26%91.76%-
XYZ44.3727.9337.23-
YUV143.02138.71192.89-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 47.85%
GREEN value IS 93 (36.72% from 255) = 19.02%
BLUE value IS 162 (63.67% from 255) = 33.13%
R=47.85%
G=19.02%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2349316200.600.310.08330.6477.0564.12
HexEA5DA203C1F814b4d40
Octal3521352420743710513115100
Binary11101010101110110100010011110011111100010100101110011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA5DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA5DA2; }

 p { color: rgb(234,93,162); }

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

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

 a { background-color: rgb(234,93,162); }

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

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

 span { border-color: rgb(234,93,162); }

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