Html Css Color HEX #EFC1C8 Azalea

📋 copy color: '#EFC1C8'

red 239 ◦ green 193 ◦ blue 200

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

Shades of Azalea #EFC1C8

Tints of Azalea #EFC1C8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 30.54%

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

R = 37.82%
G = 30.54%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFC1C8 (or 0xEFC1C8) is known color: Azalea. HEX triplet: EF, C1 and C8. RGB value is (239,193,200). Sum of RGB (Red+Green+Blue) = 239+193+200=632 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.82% from 632); Green value is 193 (75.78% from 255 or 30.54% from 632); Blue value is 200 (78.52% from 255 or 31.65% from 632); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC1C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC1C8 is #103E37. Grayscale: #CFCFCF. Windows color (decimal): -1064504 or 13156847. OLE color: 13156847.

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

Color convert

RGB 239 193 200 -
CMYK 0 0.19 0.16 0.06
HSL 350.87º 0.59% 0.85% -
HSV(B) 350.87º 0.19% 0.94% -
XYZ 65.09 60.66 62.92 -
YUV 207.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 239 193 200 0 0.19 0.16 0.06 350.87 0.59 0.85
Hex EF C1 C8 0 13 10 6 15F 3B 55
Octal 357 301 310 0 23 20 6 537 73 125
Binary 11101111 11000001 11001000 0 10011 10000 110 101011111 111011 1010101

Color Harmonies of #EFC1C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC1C8

Black with #EFC1C8

Text Example


Text Example

White with #EFC1C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC1C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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