Html Css Color HEX #EFC3C8 Azalea

📋 copy color: '#EFC3C8'

red 239 ◦ green 195 ◦ blue 200

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

Shades of Azalea #EFC3C8

Tints of Azalea #EFC3C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 31.55%

R = 37.7%
G = 30.76%
B = 31.55%

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

#EFC3C8 (or 0xEFC3C8) is known color: Azalea. HEX triplet: EF, C3 and C8. RGB value is (239,195,200). Sum of RGB (Red+Green+Blue) = 239+195+200=634 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.70% from 634); Green value is 195 (76.56% from 255 or 30.76% from 634); Blue value is 200 (78.52% from 255 or 31.55% from 634); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3C8 is #103C37. Grayscale: #D0D0D0. Windows color (decimal): -1063992 or 13157359. OLE color: 13157359.

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

Color convert

RGB 239 195 200 -
CMYK 0 0.18 0.16 0.06
HSL 353.18º 0.58% 0.85% -
HSV(B) 353.18º 0.18% 0.94% -
XYZ 65.54 61.55 63.07 -
YUV 208.73 123.08 149.59 -
System Red Green Blue C M Y K H S L
Decimal 239 195 200 0 0.18 0.16 0.06 353.18 0.58 0.85
Hex EF C3 C8 0 12 10 6 161 3A 55
Octal 357 303 310 0 22 20 6 541 72 125
Binary 11101111 11000011 11001000 0 10010 10000 110 101100001 111010 1010101

Color Harmonies of #EFC3C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC3C8

Black with #EFC3C8

Text Example


Text Example

White with #EFC3C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC3C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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