#EEA2DE

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

Shades of Lavender Rose #EEA2DE

Tints of Lavender Rose #EEA2DE

Color information

#EEA2DE (or 0xEEA2DE) is unknown color: approx Lavender Rose. HEX triplet: EE, A2 and DE. RGB value is (238,162,222). Sum of RGB (Red+Green+Blue) = 238+162+222=622 (82% of max value = 765). Red value is 238 (93.36% from 255 or 38.26% from 622); Green value is 162 (63.67% from 255 or 26.05% from 622); Blue value is 222 (87.11% from 255 or 35.69% from 622); Max value from RGB is 238 - color contains mainly: red. Hex color #EEA2DE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEA2DE is #115D21. Grayscale: #BFBFBF. Windows color (decimal): -1137954 or 14590702. OLE color: 14590702.

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

Color convert

RGB238162222-
CMYK00.320.070.07
HSL312.63º69.09%78.43%-
HSV(B)312.63º31.93%93.33%-
XYZ61.3749.2975.39-
YUV191.56145.18161.12-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.26%
GREEN value IS 162 (63.67% from 255) = 26.05%
BLUE value IS 222 (87.11% from 255) = 35.69%
R=38.26%
G=26.05%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23816222200.320.070.07312.6369.0978.43
HexEEA2DE02077139454e
Octal35624233604077471105116
Binary111011101010001011011110010000011111110011100110001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEA2DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEA2DE; }

 p { color: rgb(238,162,222); }

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

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

 a { background-color: rgb(238,162,222); }

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

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

 span { border-color: rgb(238,162,222); }

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