#EEBBBE

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

Shades of Azalea #EEBBBE

Tints of Azalea #EEBBBE

Color information

#EEBBBE (or 0xEEBBBE) is unknown color: approx Azalea. HEX triplet: EE, BB and BE. RGB value is (238,187,190). Sum of RGB (Red+Green+Blue) = 238+187+190=615 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.70% from 615); Green value is 187 (73.44% from 255 or 30.41% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBBE is #114441. Grayscale: #CACACA. Windows color (decimal): -1131586 or 12499950. OLE color: 12499950.

HSL color Cylindrical-coordinate representation of color #EEBBBE: hue angle of 356.47º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EEBBBE is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB238187190-
CMYK00.210.200.07
HSL356.47º60%83.33%-
HSV(B)356.47º21.43%93.33%-
XYZ62.3257.4456.52-
YUV202.59120.9153.26-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.70%
GREEN value IS 187 (73.44% from 255) = 30.41%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=38.70%
G=30.41%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.20
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818719000.210.200.07356.476083.33
HexEEBBBE0151471643c53
Octal35627327602524754474123
Binary111011101011101110111110010101101001111011001001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBBE; }

 p { color: rgb(238,187,190); }

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

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

 a { background-color: rgb(238,187,190); }

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

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

 span { border-color: rgb(238,187,190); }

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