Shades of Violet #EF7BE8
Tints of Violet #EF7BE8
RGB
CMYK
RGB Variations
Color information
#EF7BE8 (or 0xEF7BE8) is known color: Violet. HEX triplet: EF, 7B and E8. RGB value is (239,123,232). Sum of RGB (Red+Green+Blue) = 239+123+232=594 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.24% from 594); Green value is 123 (48.44% from 255 or 20.71% from 594); Blue value is 232 (91.02% from 255 or 39.06% from 594); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BE8 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BE8 is #108417. Grayscale: #A9A9A9. Windows color (decimal): -1082392 or 15236079. OLE color: 15236079.
HSL color Cylindrical-coordinate representation of color #EF7BE8: hue angle of 303.62º degrees, saturation: 0.78, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #EF7BE8 is Cyan = 0, Magento = 0.49, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 232 | - |
| CMYK | 0 | 0.49 | 0.03 | 0.06 |
| HSL | 303.62º | 0.78% | 0.71% | - |
| HSV(B) | 303.62º | 0.49% | 0.94% | - |
| XYZ | 57.25 | 38.34 | 80.73 | - |
| YUV | 170.11 | 162.93 | 177.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 232 | 0 | 0.49 | 0.03 | 0.06 | 303.62 | 0.78 | 0.71 |
| Hex | EF | 7B | E8 | 0 | 31 | 3 | 6 | 130 | 4E | 47 |
| Octal | 357 | 173 | 350 | 0 | 61 | 3 | 6 | 460 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11101000 | 0 | 110001 | 11 | 110 | 100110000 | 1001110 | 1000111 |
Color Harmonies of #EF7BE8
Complementary color
Monochromatic Colors of #EF7BE8
Black with #EF7BE8
Text Example
Text Example
White with #EF7BE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BE8; }
p { color: rgb(239,123,232); }
H1.HeaderClassName
{
color: #EF7BE8;
}
.AnyTagClassName
{
color: #EF7BE8;
}
</style>
background-color css
<style>
a { background-color: #EF7BE8; }
a { background-color: rgb(239,123,232); }
div.DivClassName
{
background-color: #EF7BE8;
}
.BgClassName
{
background-color: #EF7BE8;
}
</style>
border-color css
<style>
span { border-color: #EF7BE8; }
span { border-color: rgb(239,123,232); }
td.TdClassName
{
border-color: #EF7BE8;
}
.TagClassName
{
border-color: #EF7BE8;
}
</style>