#EFC9CA

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

Shades of Azalea #EFC9CA

Tints of Azalea #EFC9CA

Color information

#EFC9CA (or 0xEFC9CA) is unknown color: approx Azalea. HEX triplet: EF, C9 and CA. RGB value is (239,201,202). Sum of RGB (Red+Green+Blue) = 239+201+202=642 (85% of max value = 765). Red value is 239 (93.75% from 255 or 37.23% from 642); Green value is 201 (78.91% from 255 or 31.31% from 642); Blue value is 202 (79.30% from 255 or 31.46% from 642); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC9CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC9CA is #103635. Grayscale: #D4D4D4. Windows color (decimal): -1062454 or 13289967. OLE color: 13289967.

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

Color convert

RGB239201202-
CMYK00.160.150.06
HSL358.42º54.29%86.27%-
HSV(B)358.42º15.9%93.73%-
XYZ67.1464.3964.77-
YUV212.48122.09146.92-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.23%
GREEN value IS 201 (78.91% from 255) = 31.31%
BLUE value IS 202 (79.30% from 255) = 31.46%
R=37.23%
G=31.31%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23920120200.160.150.06358.4254.2986.27
HexEFC9CA010F61663656
Octal35731131202017654666126
Binary11101111110010011100101001000011111101011001101101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC9CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC9CA; }

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

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

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

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

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

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

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

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