#EFC3CA

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

Shades of Azalea #EFC3CA

Tints of Azalea #EFC3CA

Color information

#EFC3CA (or 0xEFC3CA) is unknown color: approx Azalea. HEX triplet: EF, C3 and CA. RGB value is (239,195,202). Sum of RGB (Red+Green+Blue) = 239+195+202=636 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.58% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 202 (79.30% from 255 or 31.76% from 636); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC3CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC3CA is #103C35. Grayscale: #D0D0D0. Windows color (decimal): -1063990 or 13288431. OLE color: 13288431.

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

Color convert

RGB239195202-
CMYK00.180.150.06
HSL350.45º57.89%85.1%-
HSV(B)350.45º18.41%93.73%-
XYZ65.7761.6564.31-
YUV208.95124.08149.43-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.58%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 202 (79.30% from 255) = 31.76%
R=37.58%
G=30.66%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919520200.180.150.06350.4557.8985.1
HexEFC3CA012F615e3a55
Octal35730331202217653672125
Binary11101111110000111100101001001011111101010111101110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC3CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC3CA; }

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

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

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

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

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

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

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

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