#ECC0C1

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

Shades of Azalea #ECC0C1

Tints of Azalea #ECC0C1

Color information

#ECC0C1 (or 0xECC0C1) is unknown color: approx Azalea. HEX triplet: EC, C0 and C1. RGB value is (236,192,193). Sum of RGB (Red+Green+Blue) = 236+192+193=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 192 (75.39% from 255 or 30.92% from 621); Blue value is 193 (75.78% from 255 or 31.08% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECC0C1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECC0C1 is #133F3E. Grayscale: #CDCDCD. Windows color (decimal): -1261375 or 12697836. OLE color: 12697836.

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

Color convert

RGB236192193-
CMYK00.190.180.07
HSL358.64º53.66%83.92%-
HSV(B)358.64º18.64%92.55%-
XYZ63.0759.3858.59-
YUV205.27121.08149.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.00%
GREEN value IS 192 (75.39% from 255) = 30.92%
BLUE value IS 193 (75.78% from 255) = 31.08%
R=38.00%
G=30.92%
B=31.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.18
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619219300.190.180.07358.6453.6683.92
HexECC0C10131271673654
Octal35430030102322754766124
Binary111011001100000011000001010011100101111011001111101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECC0C1; }

 p { color: rgb(236,192,193); }

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

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

 a { background-color: rgb(236,192,193); }

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

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

 span { border-color: rgb(236,192,193); }

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