#EA97D4

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

Shades of Lavender Rose #EA97D4

Tints of Lavender Rose #EA97D4

Color information

#EA97D4 (or 0xEA97D4) is unknown color: approx Lavender Rose. HEX triplet: EA, 97 and D4. RGB value is (234,151,212). Sum of RGB (Red+Green+Blue) = 234+151+212=597 (79% of max value = 765). Red value is 234 (91.80% from 255 or 39.20% from 597); Green value is 151 (59.38% from 255 or 25.29% from 597); Blue value is 212 (83.20% from 255 or 35.51% from 597); Max value from RGB is 234 - color contains mainly: red. Hex color #EA97D4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA97D4 is #15682B. Grayscale: #B6B6B6. Windows color (decimal): -1402924 or 13932522. OLE color: 13932522.

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

Color convert

RGB234151212-
CMYK00.350.090.08
HSL315.9º66.4%75.49%-
HSV(B)315.9º35.47%91.76%-
XYZ56.8844.3867.86-
YUV182.77144.5164.54-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 39.20%
GREEN value IS 151 (59.38% from 255) = 25.29%
BLUE value IS 212 (83.20% from 255) = 35.51%
R=39.20%
G=25.29%
B=35.51%

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
Decimal23415121200.350.090.08315.966.475.49
HexEA97D40239813c424b
Octal3522273240431110474102113
Binary11101010100101111101010001000111001100010011110010000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA97D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA97D4; }

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

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

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

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

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

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

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

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