#EFC4C9

Color #EFC4C9 Azalea (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azalea #EFC4C9

Tints of Azalea #EFC4C9

Color information

#EFC4C9 (or 0xEFC4C9) is unknown color: approx Azalea. HEX triplet: EF, C4 and C9. RGB value is (239,196,201). Sum of RGB (Red+Green+Blue) = 239+196+201=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 196 (76.95% from 255 or 30.82% from 636); Blue value is 201 (78.91% from 255 or 31.60% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4C9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4C9 is #103B36. Grayscale: #D1D1D1. Windows color (decimal): -1063735 or 13223151. OLE color: 13223151.

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

Color convert

RGB239196201-
CMYK00.180.160.06
HSL353.02º57.33%85.29%-
HSV(B)353.02º17.99%93.73%-
XYZ65.8862.0563.76-
YUV209.43123.25149.09-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 196 (76.95% from 255) = 30.82%
BLUE value IS 201 (78.91% from 255) = 31.60%
R=37.58%
G=30.82%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919620100.180.160.06353.0257.3385.29
HexEFC4C90121061613955
Octal35730431102220654171125
Binary111011111100010011001001010010100001101011000011110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4C9; }

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

 H1.HeaderClassName
 {
   color: #EFC4C9;
 }
 .AnyTagClassName
 {
   color: #EFC4C9;
 }
</style>
background-color css

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

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

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

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

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

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