#EEAEE4

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

Shades of Lavender Rose #EEAEE4

Tints of Lavender Rose #EEAEE4

Color information

#EEAEE4 (or 0xEEAEE4) is unknown color: approx Lavender Rose. HEX triplet: EE, AE and E4. RGB value is (238,174,228). Sum of RGB (Red+Green+Blue) = 238+174+228=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 174 (68.36% from 255 or 27.19% from 640); Blue value is 228 (89.45% from 255 or 35.62% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEAEE4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEAEE4 is #11511B. Grayscale: #C7C7C7. Windows color (decimal): -1134876 or 14986990. OLE color: 14986990.

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

Color convert

RGB238174228-
CMYK00.270.040.07
HSL309.38º65.31%80.78%-
HSV(B)309.38º26.89%93.33%-
XYZ64.454.0580.44-
YUV199.29144.2155.61-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 174 (68.36% from 255) = 27.19%
BLUE value IS 228 (89.45% from 255) = 35.62%
R=37.19%
G=27.19%
B=35.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817422800.270.040.07309.3865.3180.78
HexEEAEE401B471354151
Octal35625634403347465101121
Binary11101110101011101110010001101110011110011010110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEAEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEAEE4; }

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

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

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

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

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

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

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

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