Html Css Color HEX #EFCACC Azalea

📋 copy color: '#EFCACC'

red 239 ◦ green 202 ◦ blue 204

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

Shades of Azalea #EFCACC

Tints of Azalea #EFCACC

RGB

 RED value IS 239 (93.75% from 255) = 37.05%

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

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

R = 37.05%
G = 31.32%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFCACC (or 0xEFCACC) is known color: Azalea. HEX triplet: EF, CA and CC. RGB value is (239,202,204). Sum of RGB (Red+Green+Blue) = 239+202+204=645 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.05% from 645); Green value is 202 (79.30% from 255 or 31.32% from 645); Blue value is 204 (80.08% from 255 or 31.63% from 645); Max value from RGB is 239 - color contains mainly: red. Hex color #EFCACC is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFCACC is #103533. Grayscale: #D5D5D5. Windows color (decimal): -1062196 or 13421295. OLE color: 13421295.

HSL color Cylindrical-coordinate representation of color #EFCACC: hue angle of 356.76º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #EFCACC is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 202 204 -
CMYK 0 0.15 0.15 0.06
HSL 356.76º 0.54% 0.86% -
HSV(B) 356.76º 0.15% 0.94% -
XYZ 67.62 64.95 66.1 -
YUV 213.29 122.76 146.34 -
System Red Green Blue C M Y K H S L
Decimal 239 202 204 0 0.15 0.15 0.06 356.76 0.54 0.86
Hex EF CA CC 0 F F 6 165 36 56
Octal 357 312 314 0 17 17 6 545 66 126
Binary 11101111 11001010 11001100 0 1111 1111 110 101100101 110110 1010110

Color Harmonies of #EFCACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFCACC

Black with #EFCACC

Text Example


Text Example

White with #EFCACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFCACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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