#EEA5DA

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

Shades of Lavender Rose #EEA5DA

Tints of Lavender Rose #EEA5DA

Color information

#EEA5DA (or 0xEEA5DA) is unknown color: approx Lavender Rose. HEX triplet: EE, A5 and DA. RGB value is (238,165,218). Sum of RGB (Red+Green+Blue) = 238+165+218=621 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.33% from 621); Green value is 165 (64.84% from 255 or 26.57% from 621); Blue value is 218 (85.55% from 255 or 35.10% from 621); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5DA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5DA is #115A25. Grayscale: #C0C0C0. Windows color (decimal): -1137190 or 14329326. OLE color: 14329326.

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

Color convert

RGB238165218-
CMYK00.310.080.07
HSL316.44º68.22%79.02%-
HSV(B)316.44º30.67%93.33%-
XYZ61.3750.1572.77-
YUV192.87142.18160.19-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.33%
GREEN value IS 165 (64.84% from 255) = 26.57%
BLUE value IS 218 (85.55% from 255) = 35.10%
R=38.33%
G=26.57%
B=35.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816521800.310.080.07316.4468.2279.02
HexEEA5DA01F8713c444f
Octal356245332037107474104117
Binary111011101010010111011010011111100011110011110010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5DA; }

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

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

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

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

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

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

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

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