#EEA1DB

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

Shades of Lavender Rose #EEA1DB

Tints of Lavender Rose #EEA1DB

Color information

#EEA1DB (or 0xEEA1DB) is unknown color: approx Lavender Rose. HEX triplet: EE, A1 and DB. RGB value is (238,161,219). Sum of RGB (Red+Green+Blue) = 238+161+219=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 161 (63.28% from 255 or 26.05% from 618); Blue value is 219 (85.94% from 255 or 35.44% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA1DB is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA1DB is #115E24. Grayscale: #BEBEBE. Windows color (decimal): -1138213 or 14393838. OLE color: 14393838.

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

Color convert

RGB238161219-
CMYK00.320.080.07
HSL314.81º69.37%78.24%-
HSV(B)314.81º32.35%93.33%-
XYZ60.7948.7873.23-
YUV190.64144.01161.78-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 161 (63.28% from 255) = 26.05%
BLUE value IS 219 (85.94% from 255) = 35.44%
R=38.51%
G=26.05%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816121900.320.080.07314.8169.3778.24
HexEEA1DB0208713b454e
Octal356241333040107473105116
Binary1110111010100001110110110100000100011110011101110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA1DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA1DB; }

 p { color: rgb(238,161,219); }

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

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

 a { background-color: rgb(238,161,219); }

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

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

 span { border-color: rgb(238,161,219); }

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