#EEC2C9

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

Shades of Azalea #EEC2C9

Tints of Azalea #EEC2C9

Color information

#EEC2C9 (or 0xEEC2C9) is unknown color: approx Azalea. HEX triplet: EE, C2 and C9. RGB value is (238,194,201). Sum of RGB (Red+Green+Blue) = 238+194+201=633 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.60% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 201 (78.91% from 255 or 31.75% from 633); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2C9 is #113D36. Grayscale: #CFCFCF. Windows color (decimal): -1129783 or 13222638. OLE color: 13222638.

HSL color Cylindrical-coordinate representation of color #EEC2C9: hue angle of 350.45º degrees, saturation: 0.56, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #EEC2C9 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB238194201-
CMYK00.180.160.07
HSL350.45º56.41%84.71%-
HSV(B)350.45º18.49%93.33%-
XYZ65.0960.9863.6-
YUV207.95124.08149.43-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.60%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 201 (78.91% from 255) = 31.75%
R=37.60%
G=30.65%
B=31.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819420100.180.160.07350.4556.4184.71
HexEEC2C901210715e3855
Octal35630231102220753670125
Binary111011101100001011001001010010100001111010111101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2C9; }

 p { color: rgb(238,194,201); }

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

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

 a { background-color: rgb(238,194,201); }

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

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

 span { border-color: rgb(238,194,201); }

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