Html Css Color HEX #ECCACC Azalea

📋 copy color: '#ECCACC'

red 236 ◦ green 202 ◦ blue 204

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

Shades of Azalea #ECCACC

Tints of Azalea #ECCACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.78%

R = 36.76%
G = 31.46%
B = 31.78%

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

#ECCACC (or 0xECCACC) is known color: Azalea. HEX triplet: EC, CA and CC. RGB value is (236,202,204). Sum of RGB (Red+Green+Blue) = 236+202+204=642 (85% of max value = 765). Red value is 236 (92.58% from 255 or 36.76% from 642); Green value is 202 (79.30% from 255 or 31.46% from 642); Blue value is 204 (80.08% from 255 or 31.78% from 642); Max value from RGB is 236 - color contains mainly: red. Hex color #ECCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #ECCACC is #133533. Grayscale: #D4D4D4. Windows color (decimal): -1258804 or 13421292. OLE color: 13421292.

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

Color convert

RGB 236 202 204 -
CMYK 0 0.14 0.14 0.07
HSL 356.47º 0.47% 0.86% -
HSV(B) 356.47º 0.14% 0.93% -
XYZ 66.61 64.43 66.05 -
YUV 212.39 123.26 144.84 -
System Red Green Blue C M Y K H S L
Decimal 236 202 204 0 0.14 0.14 0.07 356.47 0.47 0.86
Hex EC CA CC 0 E E 7 164 2F 56
Octal 354 312 314 0 16 16 7 544 57 126
Binary 11101100 11001010 11001100 0 1110 1110 111 101100100 101111 1010110

Color Harmonies of #ECCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ECCACC

Black with #ECCACC

Text Example


Text Example

White with #ECCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ECCACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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