#ECBEC0

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

Shades of Azalea #ECBEC0

Tints of Azalea #ECBEC0

Color information

#ECBEC0 (or 0xECBEC0) is unknown color: approx Azalea. HEX triplet: EC, BE and C0. RGB value is (236,190,192). Sum of RGB (Red+Green+Blue) = 236+190+192=618 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.19% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 192 (75.39% from 255 or 31.07% from 618); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEC0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEC0 is #13413F. Grayscale: #CCCCCC. Windows color (decimal): -1261888 or 12631788. OLE color: 12631788.

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

Color convert

RGB236190192-
CMYK00.190.190.07
HSL357.39º54.76%83.53%-
HSV(B)357.39º19.49%92.55%-
XYZ62.5258.4757.86-
YUV203.98121.24150.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.19%
GREEN value IS 190 (74.61% from 255) = 30.74%
BLUE value IS 192 (75.39% from 255) = 31.07%
R=38.19%
G=30.74%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal23619019200.190.190.07357.3954.7683.53
HexECBEC00131371653754
Octal35427630002323754567124
Binary111011001011111011000000010011100111111011001011101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEC0; }

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

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

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

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

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

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

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

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