#EA97D6

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

Shades of Lavender Rose #EA97D6

Tints of Lavender Rose #EA97D6

Color information

#EA97D6 (or 0xEA97D6) is unknown color: approx Lavender Rose. HEX triplet: EA, 97 and D6. RGB value is (234,151,214). Sum of RGB (Red+Green+Blue) = 234+151+214=599 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.07% from 599); Green value is 151 (59.38% from 255 or 25.21% from 599); Blue value is 214 (83.98% from 255 or 35.73% from 599); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97D6 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97D6 is #156829. Grayscale: #B6B6B6. Windows color (decimal): -1402922 or 14063594. OLE color: 14063594.

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

Color convert

RGB234151214-
CMYK00.350.090.08
HSL314.46º66.4%75.49%-
HSV(B)314.46º35.47%91.76%-
XYZ57.1444.4869.19-
YUV183145.5164.38-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.07%
GREEN value IS 151 (59.38% from 255) = 25.21%
BLUE value IS 214 (83.98% from 255) = 35.73%
R=39.07%
G=25.21%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415121400.350.090.08314.4666.475.49
HexEA97D60239813a424b
Octal3522273260431110472102113
Binary11101010100101111101011001000111001100010011101010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97D6; }

 p { color: rgb(234,151,214); }

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

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

 a { background-color: rgb(234,151,214); }

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

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

 span { border-color: rgb(234,151,214); }

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