#EFC4CA

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

Shades of Azalea #EFC4CA

Tints of Azalea #EFC4CA

Color information

#EFC4CA (or 0xEFC4CA) is unknown color: approx Azalea. HEX triplet: EF, C4 and CA. RGB value is (239,196,202). Sum of RGB (Red+Green+Blue) = 239+196+202=637 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.52% from 637); Green value is 196 (76.95% from 255 or 30.77% from 637); Blue value is 202 (79.30% from 255 or 31.71% from 637); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC4CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC4CA is #103B35. Grayscale: #D1D1D1. Windows color (decimal): -1063734 or 13288687. OLE color: 13288687.

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

Color convert

RGB239196202-
CMYK00.180.150.06
HSL351.63º57.33%85.29%-
HSV(B)351.63º17.99%93.73%-
XYZ6662.0964.38-
YUV209.54123.75149.01-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.52%
GREEN value IS 196 (76.95% from 255) = 30.77%
BLUE value IS 202 (79.30% from 255) = 31.71%
R=37.52%
G=30.77%
B=31.71%

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
Decimal23919620200.180.150.06351.6357.3385.29
HexEFC4CA012F61603955
Octal35730431202217654071125
Binary11101111110001001100101001001011111101011000001110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC4CA; }

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

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

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

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

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

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

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

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