Html Css Color HEX #ECBABC Azalea

📋 copy color: '#ECBABC'

red 236 ◦ green 186 ◦ blue 188

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

Shades of Azalea #ECBABC

Tints of Azalea #ECBABC

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.49%

 BLUE value IS 188 (73.83% from 255) = 30.82%

R = 38.69%
G = 30.49%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#ECBABC (or 0xECBABC) is known color: Azalea. HEX triplet: EC, BA and BC. RGB value is (236,186,188). Sum of RGB (Red+Green+Blue) = 236+186+188=610 (80% of max value = 765). Red value is 236 (92.58% from 255 or 38.69% from 610); Green value is 186 (73.05% from 255 or 30.49% from 610); Blue value is 188 (73.83% from 255 or 30.82% from 610); Max value from RGB is 236 - color contains mainly: red. Hex color #ECBABC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECBABC is #134543. Grayscale: #C9C9C9. Windows color (decimal): -1262916 or 12368620. OLE color: 12368620.

HSL color Cylindrical-coordinate representation of color #ECBABC: hue angle of 357.6º degrees, saturation: 0.57, 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 #ECBABC is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 186 188 -
CMYK 0 0.21 0.20 0.07
HSL 357.6º 0.57% 0.83% -
HSV(B) 357.6º 0.21% 0.93% -
XYZ 61.23 56.58 55.27 -
YUV 201.18 120.57 152.84 -
System Red Green Blue C M Y K H S L
Decimal 236 186 188 0 0.21 0.20 0.07 357.6 0.57 0.83
Hex EC BA BC 0 15 14 7 166 39 53
Octal 354 272 274 0 25 24 7 546 71 123
Binary 11101100 10111010 10111100 0 10101 10100 111 101100110 111001 1010011

Color Harmonies of #ECBABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECBABC

Black with #ECBABC

Text Example


Text Example

White with #ECBABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECBABC; }

 p { color: rgb(236,186,188); }

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

background-color css

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

 a { background-color: rgb(236,186,188); }

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

border-color css

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

 span { border-color: rgb(236,186,188); }

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