Html Css Color HEX #EFC3C5 Azalea

📋 copy color: '#EFC3C5'

red 239 ◦ green 195 ◦ blue 197

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

Shades of Azalea #EFC3C5

Tints of Azalea #EFC3C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 31.22%

R = 37.88%
G = 30.9%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.18

 K value IS 0.06

RGB Variations

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

Color information

#EFC3C5 (or 0xEFC3C5) is known color: Azalea. HEX triplet: EF, C3 and C5. RGB value is (239,195,197). Sum of RGB (Red+Green+Blue) = 239+195+197=631 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.88% from 631); Green value is 195 (76.56% from 255 or 30.90% from 631); Blue value is 197 (77.34% from 255 or 31.22% from 631); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C5 is #103C3A. Grayscale: #D0D0D0. Windows color (decimal): -1063995 or 12960751. OLE color: 12960751.

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

Color convert

RGB 239 195 197 -
CMYK 0 0.18 0.18 0.06
HSL 357.27º 0.58% 0.85% -
HSV(B) 357.27º 0.18% 0.94% -
XYZ 65.19 61.41 61.24 -
YUV 208.38 121.58 149.84 -
System Red Green Blue C M Y K H S L
Decimal 239 195 197 0 0.18 0.18 0.06 357.27 0.58 0.85
Hex EF C3 C5 0 12 12 6 165 3A 55
Octal 357 303 305 0 22 22 6 545 72 125
Binary 11101111 11000011 11000101 0 10010 10010 110 101100101 111010 1010101

Color Harmonies of #EFC3C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3C5

Black with #EFC3C5

Text Example


Text Example

White with #EFC3C5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3C5; }

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

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

background-color css

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

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

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

border-color css

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

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

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