Html Css Color HEX #ECBEC3 Azalea

📋 copy color: '#ECBEC3'

red 236 ◦ green 190 ◦ blue 195

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

Shades of Azalea #ECBEC3

Tints of Azalea #ECBEC3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 30.6%

 BLUE value IS 195 (76.56% from 255) = 31.4%

R = 38%
G = 30.6%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#ECBEC3 (or 0xECBEC3) is known color: Azalea. HEX triplet: EC, BE and C3. RGB value is (236,190,195). Sum of RGB (Red+Green+Blue) = 236+190+195=621 (82% of max value = 765). Red value is 236 (92.58% from 255 or 38.00% from 621); Green value is 190 (74.61% from 255 or 30.60% from 621); Blue value is 195 (76.56% from 255 or 31.40% from 621); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBEC3 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBEC3 is #13413C. Grayscale: #CCCCCC. Windows color (decimal): -1261885 or 12828396. OLE color: 12828396.

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

Color convert

RGB 236 190 195 -
CMYK 0 0.19 0.17 0.07
HSL 353.48º 0.55% 0.84% -
HSV(B) 353.48º 0.19% 0.93% -
XYZ 62.86 58.6 59.63 -
YUV 204.32 122.74 150.59 -
System Red Green Blue C M Y K H S L
Decimal 236 190 195 0 0.19 0.17 0.07 353.48 0.55 0.84
Hex EC BE C3 0 13 11 7 161 37 54
Octal 354 276 303 0 23 21 7 541 67 124
Binary 11101100 10111110 11000011 0 10011 10001 111 101100001 110111 1010100

Color Harmonies of #ECBEC3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBEC3

Black with #ECBEC3

Text Example


Text Example

White with #ECBEC3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBEC3; }

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

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

background-color css

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

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

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

border-color css

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

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

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