#EEBAC1

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

Shades of Azalea #EEBAC1

Tints of Azalea #EEBAC1

Color information

#EEBAC1 (or 0xEEBAC1) is unknown color: approx Azalea. HEX triplet: EE, BA and C1. RGB value is (238,186,193). Sum of RGB (Red+Green+Blue) = 238+186+193=617 (81% of max value = 765). Red value is 238 (93.36% from 255 or 38.57% from 617); Green value is 186 (73.05% from 255 or 30.15% from 617); Blue value is 193 (75.78% from 255 or 31.28% from 617); Max value from RGB is 238 - color contains mainly: red. Hex color #EEBAC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEBAC1 is #11453E. Grayscale: #CACACA. Windows color (decimal): -1131839 or 12696302. OLE color: 12696302.

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

Color convert

RGB238186193-
CMYK00.220.190.07
HSL351.92º60.47%83.14%-
HSV(B)351.92º21.85%93.33%-
XYZ62.4457.1558.19-
YUV202.35122.73153.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 38.57%
GREEN value IS 186 (73.05% from 255) = 30.15%
BLUE value IS 193 (75.78% from 255) = 31.28%
R=38.57%
G=30.15%
B=31.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23818619300.220.190.07351.9260.4783.14
HexEEBAC10161371603c53
Octal35627230102623754074123
Binary111011101011101011000001010110100111111011000001111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEBAC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEBAC1; }

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

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

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

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

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

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

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

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