#EEABE2

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

Shades of Lavender Rose #EEABE2

Tints of Lavender Rose #EEABE2

Color information

#EEABE2 (or 0xEEABE2) is unknown color: approx Lavender Rose. HEX triplet: EE, AB and E2. RGB value is (238,171,226). Sum of RGB (Red+Green+Blue) = 238+171+226=635 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.48% from 635); Green value is 171 (67.19% from 255 or 26.93% from 635); Blue value is 226 (88.67% from 255 or 35.59% from 635); Max value from RGB is 238 - color contains mainly: red. Hex color #EEABE2 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EEABE2 is #11541D. Grayscale: #C5C5C5. Windows color (decimal): -1135646 or 14855150. OLE color: 14855150.

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

Color convert

RGB238171226-
CMYK00.280.050.07
HSL310.75º66.34%80.2%-
HSV(B)310.75º28.15%93.33%-
XYZ63.5552.7978.79-
YUV197.3144.2157.03-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.48%
GREEN value IS 171 (67.19% from 255) = 26.93%
BLUE value IS 226 (88.67% from 255) = 35.59%
R=37.48%
G=26.93%
B=35.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23817122600.280.050.07310.7566.3480.2
HexEEABE201C571374250
Octal35625334203457467102120
Binary11101110101010111110001001110010111110011011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEABE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEABE2; }

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

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

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

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

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

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

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

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