#EA9FD5

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

Shades of Lavender Rose #EA9FD5

Tints of Lavender Rose #EA9FD5

Color information

#EA9FD5 (or 0xEA9FD5) is unknown color: approx Lavender Rose. HEX triplet: EA, 9F and D5. RGB value is (234,159,213). Sum of RGB (Red+Green+Blue) = 234+159+213=606 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.61% from 606); Green value is 159 (62.5% from 255 or 26.24% from 606); Blue value is 213 (83.59% from 255 or 35.15% from 606); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FD5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FD5 is #15602A. Grayscale: #BBBBBB. Windows color (decimal): -1400875 or 14000106. OLE color: 14000106.

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

Color convert

RGB234159213-
CMYK00.320.090.08
HSL316.8º64.1%77.06%-
HSV(B)316.8º32.05%91.76%-
XYZ58.3447.0968.97-
YUV187.58142.35161.11-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.61%
GREEN value IS 159 (62.5% from 255) = 26.24%
BLUE value IS 213 (83.59% from 255) = 35.15%
R=38.61%
G=26.24%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415921300.320.090.08316.864.177.06
HexEA9FD50209813d404d
Octal3522373250401110475100115
Binary11101010100111111101010101000001001100010011110110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FD5; }

 p { color: rgb(234,159,213); }

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

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

 a { background-color: rgb(234,159,213); }

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

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

 span { border-color: rgb(234,159,213); }

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