Shades of Azalea #EFBEC2
Tints of Azalea #EFBEC2
RGB
CMYK
RGB Variations
Color information
#EFBEC2 (or 0xEFBEC2) is known color: Azalea. HEX triplet: EF, BE and C2. RGB value is (239,190,194). Sum of RGB (Red+Green+Blue) = 239+190+194=623 (82% of max value = 765). Red value is 239 (93.75% from 255 or 38.36% from 623); Green value is 190 (74.61% from 255 or 30.50% from 623); Blue value is 194 (76.17% from 255 or 31.14% from 623); Max value from RGB is 239 - color contains mainly: red. Hex color #EFBEC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #EFBEC2 is #10413D. Grayscale: #CDCDCD. Windows color (decimal): -1065278 or 12762863. OLE color: 12762863.
HSL color Cylindrical-coordinate representation of color #EFBEC2: hue angle of 355.1º degrees, saturation: 0.6, 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 #EFBEC2 is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.06.
Color convert
RGB | 239 | 190 | 194 | - |
CMYK | 0 | 0.21 | 0.19 | 0.06 |
HSL | 355.1º | 0.6% | 0.84% | - |
HSV(B) | 355.1º | 0.21% | 0.94% | - |
XYZ | 63.75 | 59.07 | 59.08 | - |
YUV | 205.11 | 121.73 | 152.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 239 | 190 | 194 | 0 | 0.21 | 0.19 | 0.06 | 355.1 | 0.6 | 0.84 |
Hex | EF | BE | C2 | 0 | 15 | 13 | 6 | 163 | 3C | 54 |
Octal | 357 | 276 | 302 | 0 | 25 | 23 | 6 | 543 | 74 | 124 |
Binary | 11101111 | 10111110 | 11000010 | 0 | 10101 | 10011 | 110 | 101100011 | 111100 | 1010100 |
Color Harmonies of #EFBEC2
Complementary color
Monochromatic Colors of #EFBEC2
Black with #EFBEC2
Text Example
Text Example
White with #EFBEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EFBEC2; }
p { color: rgb(239,190,194); }
H1.HeaderClassName
{
color: #EFBEC2;
}
.AnyTagClassName
{
color: #EFBEC2;
}
</style>
background-color css
<style>
a { background-color: #EFBEC2; }
a { background-color: rgb(239,190,194); }
div.DivClassName
{
background-color: #EFBEC2;
}
.BgClassName
{
background-color: #EFBEC2;
}
</style>
border-color css
<style>
span { border-color: #EFBEC2; }
span { border-color: rgb(239,190,194); }
td.TdClassName
{
border-color: #EFBEC2;
}
.TagClassName
{
border-color: #EFBEC2;
}
</style>