#EEBABB

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

Shades of Azalea #EEBABB

Tints of Azalea #EEBABB

Color information

#EEBABB (or 0xEEBABB) is unknown color: approx Azalea. HEX triplet: EE, BA and BB. RGB value is (238,186,187). Sum of RGB (Red+Green+Blue) = 238+186+187=611 (80% of max value = 765). Red value is 238 (93.36% from 255 or 38.95% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 187 (73.44% from 255 or 30.61% from 611); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBABB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBABB is #114544. Grayscale: #C9C9C9. Windows color (decimal): -1131845 or 12303086. OLE color: 12303086.

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

Color convert

RGB238186187-
CMYK00.220.210.07
HSL358.85º60.47%83.14%-
HSV(B)358.85º21.85%93.33%-
XYZ61.7956.8854.74-
YUV201.66119.73153.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.95%
GREEN value IS 186 (73.05% from 255) = 30.44%
BLUE value IS 187 (73.44% from 255) = 30.61%
R=38.95%
G=30.44%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.21
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818618700.220.210.07358.8560.4783.14
HexEEBABB0161571673c53
Octal35627227302625754774123
Binary111011101011101010111011010110101011111011001111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBABB; }

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

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

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

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

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

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

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

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