#EEC8CA

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

Shades of Azalea #EEC8CA

Tints of Azalea #EEC8CA

Color information

#EEC8CA (or 0xEEC8CA) is unknown color: approx Azalea. HEX triplet: EE, C8 and CA. RGB value is (238,200,202). Sum of RGB (Red+Green+Blue) = 238+200+202=640 (84% of max value = 765). Red value is 238 (93.36% from 255 or 37.19% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 202 (79.30% from 255 or 31.56% from 640); Max value from RGB is 238 - color contains mainly: red. Hex color #EEC8CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EEC8CA is #113735. Grayscale: #D3D3D3. Windows color (decimal): -1128246 or 13289710. OLE color: 13289710.

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

Color convert

RGB238200202-
CMYK00.160.150.07
HSL356.84º52.78%85.88%-
HSV(B)356.84º15.97%93.33%-
XYZ66.5763.7564.67-
YUV211.59122.59146.84-

RGB Variations

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

RGB

RED value IS 238 (93.36% from 255) = 37.19%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 202 (79.30% from 255) = 31.56%
R=37.19%
G=31.25%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23820020200.160.150.07356.8452.7885.88
HexEEC8CA010F71653556
Octal35631031202017754565126
Binary11101110110010001100101001000011111111011001011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EEC8CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EEC8CA; }

 p { color: rgb(238,200,202); }

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

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

 a { background-color: rgb(238,200,202); }

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

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

 span { border-color: rgb(238,200,202); }

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