#EA96D8

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

Shades of Lavender Rose #EA96D8

Tints of Lavender Rose #EA96D8

Color information

#EA96D8 (or 0xEA96D8) is unknown color: approx Lavender Rose. HEX triplet: EA, 96 and D8. RGB value is (234,150,216). Sum of RGB (Red+Green+Blue) = 234+150+216=600 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39% from 600); Green value is 150 (58.98% from 255 or 25% from 600); Blue value is 216 (84.77% from 255 or 36% from 600); Max value from RGB is 234 - color contains mainly: red. Hex color #EA96D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA96D8 is #156927. Grayscale: #B6B6B6. Windows color (decimal): -1403176 or 14194410. OLE color: 14194410.

HSL color Cylindrical-coordinate representation of color #EA96D8: hue angle of 312.86º 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 #EA96D8 is Cyan = 0, Magento = 0.36, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB234150216-
CMYK00.360.080.08
HSL312.86º66.67%75.29%-
HSV(B)312.86º35.9%91.76%-
XYZ57.2344.2670.49-
YUV182.64146.83164.63-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39%
GREEN value IS 150 (58.98% from 255) = 25%
BLUE value IS 216 (84.77% from 255) = 36%
R=39%
G=25%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415021600.360.080.08312.8666.6775.29
HexEA96D802488139434b
Octal3522263300441010471103113
Binary11101010100101101101100001001001000100010011100110000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA96D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA96D8; }

 p { color: rgb(234,150,216); }

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

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

 a { background-color: rgb(234,150,216); }

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

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

 span { border-color: rgb(234,150,216); }

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