Html Css Color HEX #ECBFC1 Azalea

📋 copy color: '#ECBFC1'

red 236 ◦ green 191 ◦ blue 193

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

Shades of Azalea #ECBFC1

Tints of Azalea #ECBFC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 31.13%

R = 38.06%
G = 30.81%
B = 31.13%

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

#ECBFC1 (or 0xECBFC1) is known color: Azalea. HEX triplet: EC, BF and C1. RGB value is (236,191,193). Sum of RGB (Red+Green+Blue) = 236+191+193=620 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.06% from 620); Green value is 191 (75% from 255 or 30.81% from 620); Blue value is 193 (75.78% from 255 or 31.13% from 620); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBFC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBFC1 is #13403E. Grayscale: #CCCCCC. Windows color (decimal): -1261631 or 12697580. OLE color: 12697580.

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

Color convert

RGB 236 191 193 -
CMYK 0 0.19 0.18 0.07
HSL 357.33º 0.54% 0.84% -
HSV(B) 357.33º 0.19% 0.93% -
XYZ 62.85 58.94 58.52 -
YUV 204.68 121.41 150.34 -
System Red Green Blue C M Y K H S L
Decimal 236 191 193 0 0.19 0.18 0.07 357.33 0.54 0.84
Hex EC BF C1 0 13 12 7 165 36 54
Octal 354 277 301 0 23 22 7 545 66 124
Binary 11101100 10111111 11000001 0 10011 10010 111 101100101 110110 1010100

Color Harmonies of #ECBFC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBFC1

Black with #ECBFC1

Text Example


Text Example

White with #ECBFC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBFC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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