#EE9ADA

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

Shades of Lavender Rose #EE9ADA

Tints of Lavender Rose #EE9ADA

Color information

#EE9ADA (or 0xEE9ADA) is unknown color: approx Lavender Rose. HEX triplet: EE, 9A and DA. RGB value is (238,154,218). Sum of RGB (Red+Green+Blue) = 238+154+218=610 (80% of max value = 765). Red value is 238 (93.36% from 255 or 39.02% from 610); Green value is 154 (60.55% from 255 or 25.25% from 610); Blue value is 218 (85.55% from 255 or 35.74% from 610); Max value from RGB is 238 - color contains mainly: red. Hex color #EE9ADA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EE9ADA is #116525. Grayscale: #BABABA. Windows color (decimal): -1140006 or 14326510. OLE color: 14326510.

HSL color Cylindrical-coordinate representation of color #EE9ADA: hue angle of 314.29º degrees, saturation: 0.71, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #EE9ADA is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB238154218-
CMYK00.350.080.07
HSL314.29º71.19%76.86%-
HSV(B)314.29º35.29%93.33%-
XYZ59.4746.3572.14-
YUV186.41145.83164.8-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 39.02%
GREEN value IS 154 (60.55% from 255) = 25.25%
BLUE value IS 218 (85.55% from 255) = 35.74%
R=39.02%
G=25.25%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23815421800.350.080.07314.2971.1976.86
HexEE9ADA0238713a474d
Octal356232332043107472107115
Binary1110111010011010110110100100011100011110011101010001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EE9ADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EE9ADA; }

 p { color: rgb(238,154,218); }

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

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

 a { background-color: rgb(238,154,218); }

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

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

 span { border-color: rgb(238,154,218); }

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