#EEC2C3

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

Shades of Azalea #EEC2C3

Tints of Azalea #EEC2C3

Color information

#EEC2C3 (or 0xEEC2C3) is unknown color: approx Azalea. HEX triplet: EE, C2 and C3. RGB value is (238,194,195). Sum of RGB (Red+Green+Blue) = 238+194+195=627 (83% of max value = 765). Red value is 238 (93.36% from 255 or 37.96% from 627); Green value is 194 (76.17% from 255 or 30.94% from 627); Blue value is 195 (76.56% from 255 or 31.10% from 627); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC2C3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC2C3 is #113D3C. Grayscale: #CFCFCF. Windows color (decimal): -1129789 or 12829422. OLE color: 12829422.

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

Color convert

RGB238194195-
CMYK00.180.180.07
HSL358.64º56.41%84.71%-
HSV(B)358.64º18.49%93.33%-
XYZ64.460.759.95-
YUV207.27121.08149.92-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.96%
GREEN value IS 194 (76.17% from 255) = 30.94%
BLUE value IS 195 (76.56% from 255) = 31.10%
R=37.96%
G=30.94%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23819419500.180.180.07358.6456.4184.71
HexEEC2C30121271673855
Octal35630230302222754770125
Binary111011101100001011000011010010100101111011001111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC2C3; }

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

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

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

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

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

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

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

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