#EFC2C8

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

Shades of Azalea #EFC2C8

Tints of Azalea #EFC2C8

Color information

#EFC2C8 (or 0xEFC2C8) is unknown color: approx Azalea. HEX triplet: EF, C2 and C8. RGB value is (239,194,200). Sum of RGB (Red+Green+Blue) = 239+194+200=633 (83% of max value = 765). Red value is 239 (93.75% from 255 or 37.76% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 200 (78.52% from 255 or 31.60% from 633); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC2C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC2C8 is #103D37. Grayscale: #D0D0D0. Windows color (decimal): -1064248 or 13157103. OLE color: 13157103.

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

Color convert

RGB239194200-
CMYK00.190.160.06
HSL352º58.44%84.9%-
HSV(B)352º18.83%93.73%-
XYZ65.3161.163-
YUV208.14123.41150.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.76%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 200 (78.52% from 255) = 31.60%
R=37.76%
G=30.65%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.16
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919420000.190.160.0635258.4484.9
HexEFC2C80131061603a55
Octal35730231002320654072125
Binary111011111100001011001000010011100001101011000001110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC2C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC2C8; }

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

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

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

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

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

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

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

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