Html Css Color HEX #ECCACB Azalea

📋 copy color: '#ECCACB'

red 236 ◦ green 202 ◦ blue 203

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

Shades of Azalea #ECCACB

Tints of Azalea #ECCACB

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.51%

 BLUE value IS 203 (79.69% from 255) = 31.67%

R = 36.82%
G = 31.51%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#ECCACB (or 0xECCACB) is known color: Azalea. HEX triplet: EC, CA and CB. RGB value is (236,202,203). Sum of RGB (Red+Green+Blue) = 236+202+203=641 (84% of max value = 765). Red value is 236 (92.58% from 255 or 36.82% from 641); Green value is 202 (79.30% from 255 or 31.51% from 641); Blue value is 203 (79.69% from 255 or 31.67% from 641); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACB is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACB is #133534. Grayscale: #D4D4D4. Windows color (decimal): -1258805 or 13355756. OLE color: 13355756.

HSL color Cylindrical-coordinate representation of color #ECCACB: hue angle of 358.24º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ECCACB is Cyan = 0, Magento = 0.14, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 202 203 -
CMYK 0 0.14 0.14 0.07
HSL 358.24º 0.47% 0.86% -
HSV(B) 358.24º 0.14% 0.93% -
XYZ 66.49 64.39 65.42 -
YUV 212.28 122.76 144.92 -
System Red Green Blue C M Y K H S L
Decimal 236 202 203 0 0.14 0.14 0.07 358.24 0.47 0.86
Hex EC CA CB 0 E E 7 166 2F 56
Octal 354 312 313 0 16 16 7 546 57 126
Binary 11101100 11001010 11001011 0 1110 1110 111 101100110 101111 1010110

Color Harmonies of #ECCACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCACB

Black with #ECCACB

Text Example


Text Example

White with #ECCACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCACB; }

 p { color: rgb(236,202,203); }

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

background-color css

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

 a { background-color: rgb(236,202,203); }

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

border-color css

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

 span { border-color: rgb(236,202,203); }

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