#ECBEC2

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

Shades of Azalea #ECBEC2

Tints of Azalea #ECBEC2

Color information

#ECBEC2 (or 0xECBEC2) is unknown color: approx Azalea. HEX triplet: EC, BE and C2. RGB value is (236,190,194). Sum of RGB (Red+Green+Blue) = 236+190+194=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 190 (74.61% from 255 or 30.65% from 620); Blue value is 194 (76.17% from 255 or 31.29% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEC2 is #13413D. Grayscale: #CCCCCC. Windows color (decimal): -1261886 or 12762860. OLE color: 12762860.

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

Color convert

RGB236190194-
CMYK00.190.180.07
HSL354.78º54.76%83.53%-
HSV(B)354.78º19.49%92.55%-
XYZ62.7458.5559.03-
YUV204.21122.24150.67-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 38.06%
GREEN value IS 190 (74.61% from 255) = 30.65%
BLUE value IS 194 (76.17% from 255) = 31.29%
R=38.06%
G=30.65%
B=31.29%

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
Decimal23619019400.190.180.07354.7854.7683.53
HexECBEC20131271633754
Octal35427630202322754367124
Binary111011001011111011000010010011100101111011000111101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECBEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECBEC2; }

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

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

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

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

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

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

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

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