Html Css Color HEX #EFC4CA Azalea

📋 copy color: '#EFC4CA'

red 239 ◦ green 196 ◦ blue 202

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

Shades of Azalea #EFC4CA

Tints of Azalea #EFC4CA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 30.77%

 BLUE value IS 202 (79.3% from 255) = 31.71%

R = 37.52%
G = 30.77%
B = 31.71%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#EFC4CA (or 0xEFC4CA) is known color: Azalea. HEX triplet: EF, C4 and CA. RGB value is (239,196,202). Sum of RGB (Red+Green+Blue) = 239+196+202=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4CA is #103B35. Grayscale: #D1D1D1. Windows color (decimal): -1063734 or 13288687. OLE color: 13288687.

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

Color convert

RGB 239 196 202 -
CMYK 0 0.18 0.15 0.06
HSL 351.63º 0.57% 0.85% -
HSV(B) 351.63º 0.18% 0.94% -
XYZ 66 62.09 64.38 -
YUV 209.54 123.75 149.01 -
System Red Green Blue C M Y K H S L
Decimal 239 196 202 0 0.18 0.15 0.06 351.63 0.57 0.85
Hex EF C4 CA 0 12 F 6 160 39 55
Octal 357 304 312 0 22 17 6 540 71 125
Binary 11101111 11000100 11001010 0 10010 1111 110 101100000 111001 1010101

Color Harmonies of #EFC4CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC4CA

Black with #EFC4CA

Text Example


Text Example

White with #EFC4CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC4CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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