#EEBBC1

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

Shades of Azalea #EEBBC1

Tints of Azalea #EEBBC1

Color information

#EEBBC1 (or 0xEEBBC1) is unknown color: approx Azalea. HEX triplet: EE, BB and C1. RGB value is (238,187,193). Sum of RGB (Red+Green+Blue) = 238+187+193=618 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.51% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBBC1 is #11443E. Grayscale: #CACACA. Windows color (decimal): -1131583 or 12696558. OLE color: 12696558.

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

Color convert

RGB238187193-
CMYK00.210.190.07
HSL352.94º60%83.33%-
HSV(B)352.94º21.43%93.33%-
XYZ62.6657.5758.26-
YUV202.93122.4153.01-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.51%
GREEN value IS 187 (73.44% from 255) = 30.26%
BLUE value IS 193 (75.78% from 255) = 31.23%
R=38.51%
G=30.26%
B=31.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818719300.210.190.07352.946083.33
HexEEBBC10151371613c53
Octal35627330102523754174123
Binary111011101011101111000001010101100111111011000011111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBBC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBBC1; }

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

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

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

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

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

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

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

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