#EA97D8

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

Shades of Lavender Rose #EA97D8

Tints of Lavender Rose #EA97D8

Color information

#EA97D8 (or 0xEA97D8) is unknown color: approx Lavender Rose. HEX triplet: EA, 97 and D8. RGB value is (234,151,216). Sum of RGB (Red+Green+Blue) = 234+151+216=601 (79% of max value = 765). Red value is 234 (91.80% from 255 or 38.94% from 601); Green value is 151 (59.38% from 255 or 25.12% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97D8 is #156827. Grayscale: #B7B7B7. Windows color (decimal): -1402920 or 14194666. OLE color: 14194666.

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

Color convert

RGB234151216-
CMYK00.350.080.08
HSL313.01º66.4%75.49%-
HSV(B)313.01º35.47%91.76%-
XYZ57.3944.5870.55-
YUV183.23146.5164.21-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.94%
GREEN value IS 151 (59.38% from 255) = 25.12%
BLUE value IS 216 (84.77% from 255) = 35.94%
R=38.94%
G=25.12%
B=35.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415121600.350.080.08313.0166.475.49
HexEA97D802388139424b
Octal3522273300431010471102113
Binary11101010100101111101100001000111000100010011100110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97D8; }

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

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

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

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

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

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

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

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