Html Css Color HEX #ECBBC1 Azalea

📋 copy color: '#ECBBC1'

red 236 ◦ green 187 ◦ blue 193

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

Shades of Azalea #ECBBC1

Tints of Azalea #ECBBC1

RGB

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

 GREEN value IS 187 (73.44% from 255) = 30.36%

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

R = 38.31%
G = 30.36%
B = 31.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.18

 K value IS 0.07

RGB Variations

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

Color information

#ECBBC1 (or 0xECBBC1) is known color: Azalea. HEX triplet: EC, BB and C1. RGB value is (236,187,193). Sum of RGB (Red+Green+Blue) = 236+187+193=616 (81% of max value = 765). Red value is 236 (92.58% from 255 or 38.31% from 616); Green value is 187 (73.44% from 255 or 30.36% from 616); Blue value is 193 (75.78% from 255 or 31.33% from 616); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBBC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBBC1 is #13443E. Grayscale: #CACACA. Windows color (decimal): -1262655 or 12696556. OLE color: 12696556.

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

Color convert

RGB 236 187 193 -
CMYK 0 0.21 0.18 0.07
HSL 352.65º 0.56% 0.83% -
HSV(B) 352.65º 0.21% 0.93% -
XYZ 61.99 57.22 58.23 -
YUV 202.34 122.73 152.01 -
System Red Green Blue C M Y K H S L
Decimal 236 187 193 0 0.21 0.18 0.07 352.65 0.56 0.83
Hex EC BB C1 0 15 12 7 161 38 53
Octal 354 273 301 0 25 22 7 541 70 123
Binary 11101100 10111011 11000001 0 10101 10010 111 101100001 111000 1010011

Color Harmonies of #ECBBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBBC1

Black with #ECBBC1

Text Example


Text Example

White with #ECBBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBBC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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