#EA97DB

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

Shades of Lavender Rose #EA97DB

Tints of Lavender Rose #EA97DB

Color information

#EA97DB (or 0xEA97DB) is unknown color: approx Lavender Rose. HEX triplet: EA, 97 and DB. RGB value is (234,151,219). Sum of RGB (Red+Green+Blue) = 234+151+219=604 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.74% from 604); Green value is 151 (59.38% from 255 or 25% from 604); Blue value is 219 (85.94% from 255 or 36.26% from 604); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97DB is #156824. Grayscale: #B7B7B7. Windows color (decimal): -1402917 or 14391274. OLE color: 14391274.

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

Color convert

RGB234151219-
CMYK00.350.060.08
HSL310.84º66.4%75.49%-
HSV(B)310.84º35.47%91.76%-
XYZ57.7844.7472.61-
YUV183.57148163.97-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.74%
GREEN value IS 151 (59.38% from 255) = 25%
BLUE value IS 219 (85.94% from 255) = 36.26%
R=38.74%
G=25%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415121900.350.060.08310.8466.475.49
HexEA97DB02368137424b
Octal352227333043610467102113
Binary1110101010010111110110110100011110100010011011110000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97DB; }

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

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

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

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

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

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

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

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