#EA95D3

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

Shades of Lavender Rose #EA95D3

Tints of Lavender Rose #EA95D3

Color information

#EA95D3 (or 0xEA95D3) is unknown color: approx Lavender Rose. HEX triplet: EA, 95 and D3. RGB value is (234,149,211). Sum of RGB (Red+Green+Blue) = 234+149+211=594 (78% of max value = 765). Red value is 234 (91.80% from 255 or 39.39% from 594); Green value is 149 (58.59% from 255 or 25.08% from 594); Blue value is 211 (82.81% from 255 or 35.52% from 594); Max value from RGB is 234 - color contains mainly: red. Hex color #EA95D3 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA95D3 is #156A2C. Grayscale: #B5B5B5. Windows color (decimal): -1403437 or 13866474. OLE color: 13866474.

HSL color Cylindrical-coordinate representation of color #EA95D3: hue angle of 316.24º degrees, saturation: 0.67, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #EA95D3 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.08.

Color convert

RGB234149211-
CMYK00.360.100.08
HSL316.24º66.93%75.1%-
HSV(B)316.24º36.32%91.76%-
XYZ56.4443.6967.09-
YUV181.48144.66165.46-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.39%
GREEN value IS 149 (58.59% from 255) = 25.08%
BLUE value IS 211 (82.81% from 255) = 35.52%
R=39.39%
G=25.08%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.10
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23414921100.360.100.08316.2466.9375.1
HexEA95D3024A813c434b
Octal3522253230441210474103113
Binary11101010100101011101001101001001010100010011110010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA95D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA95D3; }

 p { color: rgb(234,149,211); }

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

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

 a { background-color: rgb(234,149,211); }

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

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

 span { border-color: rgb(234,149,211); }

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