#EEAEE2

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

Shades of Lavender Rose #EEAEE2

Tints of Lavender Rose #EEAEE2

Color information

#EEAEE2 (or 0xEEAEE2) is unknown color: approx Lavender Rose. HEX triplet: EE, AE and E2. RGB value is (238,174,226). Sum of RGB (Red+Green+Blue) = 238+174+226=638 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.30% from 638); Green value is 174 (68.36% from 255 or 27.27% from 638); Blue value is 226 (88.67% from 255 or 35.42% from 638); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEE2 is #11511D. Grayscale: #C6C6C6. Windows color (decimal): -1134878 or 14855918. OLE color: 14855918.

HSL color Cylindrical-coordinate representation of color #EEAEE2: hue angle of 311.25º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #EEAEE2 is Cyan = 0, Magento = 0.27, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB238174226-
CMYK00.270.050.07
HSL311.25º65.31%80.78%-
HSV(B)311.25º26.89%93.33%-
XYZ64.1253.9478.98-
YUV199.06143.2155.77-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.30%
GREEN value IS 174 (68.36% from 255) = 27.27%
BLUE value IS 226 (88.67% from 255) = 35.42%
R=37.30%
G=27.27%
B=35.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817422600.270.050.07311.2565.3180.78
HexEEAEE201B571374151
Octal35625634203357467101121
Binary11101110101011101110001001101110111110011011110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEE2; }

 p { color: rgb(238,174,226); }

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

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

 a { background-color: rgb(238,174,226); }

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

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

 span { border-color: rgb(238,174,226); }

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