Html Css Color HEX #EFC3C9 Azalea

📋 copy color: '#EFC3C9'

red 239 ◦ green 195 ◦ blue 201

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

Shades of Azalea #EFC3C9

Tints of Azalea #EFC3C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 31.65%

R = 37.64%
G = 30.71%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFC3C9 (or 0xEFC3C9) is known color: Azalea. HEX triplet: EF, C3 and C9. RGB value is (239,195,201). Sum of RGB (Red+Green+Blue) = 239+195+201=635 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.64% from 635); Green value is 195 (76.56% from 255 or 30.71% from 635); Blue value is 201 (78.91% from 255 or 31.65% from 635); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C9 is #103C36. Grayscale: #D0D0D0. Windows color (decimal): -1063991 or 13222895. OLE color: 13222895.

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

Color convert

RGB 239 195 201 -
CMYK 0 0.18 0.16 0.06
HSL 351.82º 0.58% 0.85% -
HSV(B) 351.82º 0.18% 0.94% -
XYZ 65.65 61.6 63.69 -
YUV 208.84 123.58 149.51 -
System Red Green Blue C M Y K H S L
Decimal 239 195 201 0 0.18 0.16 0.06 351.82 0.58 0.85
Hex EF C3 C9 0 12 10 6 160 3A 55
Octal 357 303 311 0 22 20 6 540 72 125
Binary 11101111 11000011 11001001 0 10010 10000 110 101100000 111010 1010101

Color Harmonies of #EFC3C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3C9

Black with #EFC3C9

Text Example


Text Example

White with #EFC3C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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