#EEA5E6

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

Shades of Lavender Rose #EEA5E6

Tints of Lavender Rose #EEA5E6

Color information

#EEA5E6 (or 0xEEA5E6) is unknown color: approx Lavender Rose. HEX triplet: EE, A5 and E6. RGB value is (238,165,230). Sum of RGB (Red+Green+Blue) = 238+165+230=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 165 (64.84% from 255 or 26.07% from 633); Blue value is 230 (90.23% from 255 or 36.33% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA5E6 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEA5E6 is #115A19. Grayscale: #C2C2C2. Windows color (decimal): -1137178 or 15115758. OLE color: 15115758.

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

Color convert

RGB238165230-
CMYK00.310.030.07
HSL306.58º68.22%79.02%-
HSV(B)306.58º30.67%93.33%-
XYZ6350.881.35-
YUV194.24148.18159.21-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 165 (64.84% from 255) = 26.07%
BLUE value IS 230 (90.23% from 255) = 36.33%
R=37.60%
G=26.07%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816523000.310.030.07306.5868.2279.02
HexEEA5E601F37133444f
Octal35624534603737463104117
Binary1110111010100101111001100111111111110011001110001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA5E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA5E6; }

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

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

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

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

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

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

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

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