Html Css Color HEX #EFC8C9 Azalea

📋 copy color: '#EFC8C9'

red 239 ◦ green 200 ◦ blue 201

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

Shades of Azalea #EFC8C9

Tints of Azalea #EFC8C9

RGB

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

 GREEN value IS 200 (78.52% from 255) = 31.25%

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

R = 37.34%
G = 31.25%
B = 31.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.16

 K value IS 0.06

RGB Variations

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

Color information

#EFC8C9 (or 0xEFC8C9) is known color: Azalea. HEX triplet: EF, C8 and C9. RGB value is (239,200,201). Sum of RGB (Red+Green+Blue) = 239+200+201=640 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.34% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 201 (78.91% from 255 or 31.41% from 640); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC8C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC8C9 is #103736. Grayscale: #D3D3D3. Windows color (decimal): -1062711 or 13224175. OLE color: 13224175.

HSL color Cylindrical-coordinate representation of color #EFC8C9: hue angle of 358.46º degrees, saturation: 0.55, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #EFC8C9 is Cyan = 0, Magento = 0.16, Yellow = 0.16 and Black (K on CMYK) = 0.06.

Color convert

RGB 239 200 201 -
CMYK 0 0.16 0.16 0.06
HSL 358.46º 0.55% 0.86% -
HSV(B) 358.46º 0.16% 0.94% -
XYZ 66.79 63.88 64.07 -
YUV 211.78 121.92 147.42 -
System Red Green Blue C M Y K H S L
Decimal 239 200 201 0 0.16 0.16 0.06 358.46 0.55 0.86
Hex EF C8 C9 0 10 10 6 166 37 56
Octal 357 310 311 0 20 20 6 546 67 126
Binary 11101111 11001000 11001001 0 10000 10000 110 101100110 110111 1010110

Color Harmonies of #EFC8C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFC8C9

Black with #EFC8C9

Text Example


Text Example

White with #EFC8C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFC8C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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