Html Css Color HEX #EFC2C7 Azalea

📋 copy color: '#EFC2C7'

red 239 ◦ green 194 ◦ blue 199

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

Shades of Azalea #EFC2C7

Tints of Azalea #EFC2C7

RGB

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

 GREEN value IS 194 (76.17% from 255) = 30.7%

 BLUE value IS 199 (78.13% from 255) = 31.49%

R = 37.82%
G = 30.7%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.17

 K value IS 0.06

RGB Variations

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

Color information

#EFC2C7 (or 0xEFC2C7) is known color: Azalea. HEX triplet: EF, C2 and C7. RGB value is (239,194,199). Sum of RGB (Red+Green+Blue) = 239+194+199=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 194 (76.17% from 255 or 30.70% from 632); Blue value is 199 (78.12% from 255 or 31.49% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2C7 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2C7 is #103D38. Grayscale: #D0D0D0. Windows color (decimal): -1064249 or 13091567. OLE color: 13091567.

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

Color convert

RGB 239 194 199 -
CMYK 0 0.19 0.17 0.06
HSL 353.33º 0.58% 0.85% -
HSV(B) 353.33º 0.19% 0.94% -
XYZ 65.2 61.06 62.38 -
YUV 208.03 122.91 150.09 -
System Red Green Blue C M Y K H S L
Decimal 239 194 199 0 0.19 0.17 0.06 353.33 0.58 0.85
Hex EF C2 C7 0 13 11 6 161 3A 55
Octal 357 302 307 0 23 21 6 541 72 125
Binary 11101111 11000010 11000111 0 10011 10001 110 101100001 111010 1010101

Color Harmonies of #EFC2C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC2C7

Black with #EFC2C7

Text Example


Text Example

White with #EFC2C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC2C7; }

 p { color: rgb(239,194,199); }

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

background-color css

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

 a { background-color: rgb(239,194,199); }

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

border-color css

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

 span { border-color: rgb(239,194,199); }

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