#EEA5E1

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

Shades of Lavender Rose #EEA5E1

Tints of Lavender Rose #EEA5E1

Color information

#EEA5E1 (or 0xEEA5E1) is unknown color: approx Lavender Rose. HEX triplet: EE, A5 and E1. RGB value is (238,165,225). Sum of RGB (Red+Green+Blue) = 238+165+225=628 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.90% from 628); Green value is 165 (64.84% from 255 or 26.27% from 628); Blue value is 225 (88.28% from 255 or 35.83% from 628); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5E1 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA5E1 is #115A1E. Grayscale: #C1C1C1. Windows color (decimal): -1137183 or 14788078. OLE color: 14788078.

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

Color convert

RGB238165225-
CMYK00.310.050.07
HSL310.68º68.22%79.02%-
HSV(B)310.68º30.67%93.33%-
XYZ62.3150.5277.7-
YUV193.67145.68159.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.90%
GREEN value IS 165 (64.84% from 255) = 26.27%
BLUE value IS 225 (88.28% from 255) = 35.83%
R=37.90%
G=26.27%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816522500.310.050.07310.6868.2279.02
HexEEA5E101F57137444f
Octal35624534103757467104117
Binary11101110101001011110000101111110111110011011110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5E1; }

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

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

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

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

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

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

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

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