Html Css Color HEX #ECBFC2 Azalea

📋 copy color: '#ECBFC2'

red 236 ◦ green 191 ◦ blue 194

#ECBFC2
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Azalea #ECBFC2

Tints of Azalea #ECBFC2

RGB

 RED value IS 236 (92.58% from 255) = 38%

 GREEN value IS 191 (75% from 255) = 30.76%

 BLUE value IS 194 (76.17% from 255) = 31.24%

R = 38%
G = 30.76%
B = 31.24%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECBFC2 (or 0xECBFC2) is known color: Azalea. HEX triplet: EC, BF and C2. RGB value is (236,191,194). Sum of RGB (Red+Green+Blue) = 236+191+194=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 191 (75% from 255 or 30.76% from 621); Blue value is 194 (76.17% from 255 or 31.24% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC2 is #13403D. Grayscale: #CCCCCC. Windows color (decimal): -1261630 or 12763116. OLE color: 12763116.

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

Color convert

RGB 236 191 194 -
CMYK 0 0.19 0.18 0.07
HSL 356º 0.54% 0.84% -
HSV(B) 356º 0.19% 0.93% -
XYZ 62.96 58.99 59.11 -
YUV 204.8 121.91 150.26 -
System Red Green Blue C M Y K H S L
Decimal 236 191 194 0 0.19 0.18 0.07 356 0.54 0.84
Hex EC BF C2 0 13 12 7 164 36 54
Octal 354 277 302 0 23 22 7 544 66 124
Binary 11101100 10111111 11000010 0 10011 10010 111 101100100 110110 1010100

Color Harmonies of #ECBFC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFC2

Black with #ECBFC2

Text Example


Text Example

White with #ECBFC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFC2; }

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

 H1.HeaderClassName
 {
   color: #ECBFC2;
 }
 .AnyTagClassName
 {
   color: #ECBFC2;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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