#EEA5D8

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

Shades of Lavender Rose #EEA5D8

Tints of Lavender Rose #EEA5D8

Color information

#EEA5D8 (or 0xEEA5D8) is unknown color: approx Lavender Rose. HEX triplet: EE, A5 and D8. RGB value is (238,165,216). Sum of RGB (Red+Green+Blue) = 238+165+216=619 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.45% from 619); Green value is 165 (64.84% from 255 or 26.66% from 619); Blue value is 216 (84.77% from 255 or 34.89% from 619); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5D8 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5D8 is #115A27. Grayscale: #C0C0C0. Windows color (decimal): -1137192 or 14198254. OLE color: 14198254.

HSL color Cylindrical-coordinate representation of color #EEA5D8: hue angle of 318.08º 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 #EEA5D8 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB238165216-
CMYK00.310.090.07
HSL318.08º68.22%79.02%-
HSV(B)318.08º30.67%93.33%-
XYZ61.1150.0571.4-
YUV192.64141.18160.35-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.45%
GREEN value IS 165 (64.84% from 255) = 26.66%
BLUE value IS 216 (84.77% from 255) = 34.89%
R=38.45%
G=26.66%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816521600.310.090.07318.0868.2279.02
HexEEA5D801F9713e444f
Octal356245330037117476104117
Binary111011101010010111011000011111100111110011111010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5D8; }

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

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

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

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

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

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

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

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