#EA9FDA

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

Shades of Lavender Rose #EA9FDA

Tints of Lavender Rose #EA9FDA

Color information

#EA9FDA (or 0xEA9FDA) is unknown color: approx Lavender Rose. HEX triplet: EA, 9F and DA. RGB value is (234,159,218). Sum of RGB (Red+Green+Blue) = 234+159+218=611 (80% of max value = 765). Red value is 234 (91.80% from 255 or 38.30% from 611); Green value is 159 (62.5% from 255 or 26.02% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 234 - color contains mainly: red. Hex color #EA9FDA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EA9FDA is #156025. Grayscale: #BBBBBB. Windows color (decimal): -1400870 or 14327786. OLE color: 14327786.

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

Color convert

RGB234159218-
CMYK00.320.070.08
HSL312.8º64.1%77.06%-
HSV(B)312.8º32.05%91.76%-
XYZ58.9847.3572.36-
YUV188.15144.85160.7-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 38.30%
GREEN value IS 159 (62.5% from 255) = 26.02%
BLUE value IS 218 (85.55% from 255) = 35.68%
R=38.30%
G=26.02%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal23415921800.320.070.08312.864.177.06
HexEA9FDA02078139404d
Octal352237332040710471100115
Binary1110101010011111110110100100000111100010011100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA9FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA9FDA; }

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

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

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

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

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

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

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

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