Html Css Color HEX #EFC3CA Azalea

📋 copy color: '#EFC3CA'

red 239 ◦ green 195 ◦ blue 202

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

Shades of Azalea #EFC3CA

Tints of Azalea #EFC3CA

RGB

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

 GREEN value IS 195 (76.56% from 255) = 30.66%

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

R = 37.58%
G = 30.66%
B = 31.76%

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

#EFC3CA (or 0xEFC3CA) is known color: Azalea. HEX triplet: EF, C3 and CA. RGB value is (239,195,202). Sum of RGB (Red+Green+Blue) = 239+195+202=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CA is #103C35. Grayscale: #D0D0D0. Windows color (decimal): -1063990 or 13288431. OLE color: 13288431.

HSL color Cylindrical-coordinate representation of color #EFC3CA: hue angle of 350.45º degrees, saturation: 0.58, 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 #EFC3CA is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 195 202 -
CMYK 0 0.18 0.15 0.06
HSL 350.45º 0.58% 0.85% -
HSV(B) 350.45º 0.18% 0.94% -
XYZ 65.77 61.65 64.31 -
YUV 208.95 124.08 149.43 -
System Red Green Blue C M Y K H S L
Decimal 239 195 202 0 0.18 0.15 0.06 350.45 0.58 0.85
Hex EF C3 CA 0 12 F 6 15E 3A 55
Octal 357 303 312 0 22 17 6 536 72 125
Binary 11101111 11000011 11001010 0 10010 1111 110 101011110 111010 1010101

Color Harmonies of #EFC3CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3CA

Black with #EFC3CA

Text Example


Text Example

White with #EFC3CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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