#EFBCBE

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

Shades of Azalea #EFBCBE

Tints of Azalea #EFBCBE

Color information

#EFBCBE (or 0xEFBCBE) is unknown color: approx Azalea. HEX triplet: EF, BC and BE. RGB value is (239,188,190). Sum of RGB (Red+Green+Blue) = 239+188+190=617 (81% of max value = 765). Red value is 239 (93.75% from 255 or 38.74% from 617); Green value is 188 (73.83% from 255 or 30.47% from 617); Blue value is 190 (74.61% from 255 or 30.79% from 617); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBCBE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBCBE is #104341. Grayscale: #CBCBCB. Windows color (decimal): -1065794 or 12500207. OLE color: 12500207.

HSL color Cylindrical-coordinate representation of color #EFBCBE: hue angle of 357.65º degrees, saturation: 0.61, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #EFBCBE is Cyan = 0, Magento = 0.21, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB239188190-
CMYK00.210.210.06
HSL357.65º61.45%83.73%-
HSV(B)357.65º21.34%93.73%-
XYZ62.8758.0356.6-
YUV203.48120.4153.34-

RGB Variations

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

RGB

RED value IS 239 (93.75% from 255) = 38.74%
GREEN value IS 188 (73.83% from 255) = 30.47%
BLUE value IS 190 (74.61% from 255) = 30.79%
R=38.74%
G=30.47%
B=30.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal23918819000.210.210.06357.6561.4583.73
HexEFBCBE0151561663d54
Octal35727427602525654675124
Binary111011111011110010111110010101101011101011001101111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EFBCBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EFBCBE; }

 p { color: rgb(239,188,190); }

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

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

 a { background-color: rgb(239,188,190); }

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

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

 span { border-color: rgb(239,188,190); }

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