#EFC6CA

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

Shades of Azalea #EFC6CA

Tints of Azalea #EFC6CA

Color information

#EFC6CA (or 0xEFC6CA) is unknown color: approx Azalea. HEX triplet: EF, C6 and CA. RGB value is (239,198,202). Sum of RGB (Red+Green+Blue) = 239+198+202=639 (84% of max value = 765). Red value is 239 (93.75% from 255 or 37.40% from 639); Green value is 198 (77.73% from 255 or 30.99% from 639); Blue value is 202 (79.30% from 255 or 31.61% from 639); Max value from RGB is 239 - color contains mainly: red. Hex color #EFC6CA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFC6CA is #103935. Grayscale: #D2D2D2. Windows color (decimal): -1063222 or 13289199. OLE color: 13289199.

HSL color Cylindrical-coordinate representation of color #EFC6CA: hue angle of 354.15º degrees, saturation: 0.56, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #EFC6CA is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.06.

Color convert

RGB239198202-
CMYK00.170.150.06
HSL354.15º56.16%85.69%-
HSV(B)354.15º17.15%93.73%-
XYZ66.456364.54-
YUV210.72123.08148.17-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 37.40%
GREEN value IS 198 (77.73% from 255) = 30.99%
BLUE value IS 202 (79.30% from 255) = 31.61%
R=37.40%
G=30.99%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.15
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23919820200.170.150.06354.1556.1685.69
HexEFC6CA011F61623856
Octal35730631202117654270126
Binary11101111110001101100101001000111111101011000101110001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFC6CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFC6CA; }

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

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

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

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

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

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

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

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