#EEABE7

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

Shades of Lavender Rose #EEABE7

Tints of Lavender Rose #EEABE7

Color information

#EEABE7 (or 0xEEABE7) is unknown color: approx Lavender Rose. HEX triplet: EE, AB and E7. RGB value is (238,171,231). Sum of RGB (Red+Green+Blue) = 238+171+231=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 171 (67.19% from 255 or 26.72% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABE7 is not a web safe color. Web safe color analog (approx): #FF99FF. Inversed color of #EEABE7 is #115418. Grayscale: #C5C5C5. Windows color (decimal): -1135641 or 15182830. OLE color: 15182830.

HSL color Cylindrical-coordinate representation of color #EEABE7: hue angle of 306.27º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #EEABE7 is Cyan = 0, Magento = 0.28, Yellow = 0.03 and Black (K on CMYK) = 0.07.

Color convert

RGB238171231-
CMYK00.280.030.07
HSL306.27º66.34%80.2%-
HSV(B)306.27º28.15%93.33%-
XYZ64.2553.0782.46-
YUV197.87146.7156.62-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 171 (67.19% from 255) = 26.72%
BLUE value IS 231 (90.62% from 255) = 36.09%
R=37.19%
G=26.72%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817123100.280.030.07306.2766.3480.2
HexEEABE701C371324250
Octal35625334703437462102120
Binary1110111010101011111001110111001111110011001010000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABE7; }

 p { color: rgb(238,171,231); }

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

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

 a { background-color: rgb(238,171,231); }

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

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

 span { border-color: rgb(238,171,231); }

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