Shades of Violet #EF7BEA
Tints of Violet #EF7BEA
RGB
CMYK
RGB Variations
Color information
#EF7BEA (or 0xEF7BEA) is known color: Violet. HEX triplet: EF, 7B and EA. RGB value is (239,123,234). Sum of RGB (Red+Green+Blue) = 239+123+234=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 123 (48.44% from 255 or 20.64% from 596); Blue value is 234 (91.80% from 255 or 39.26% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF7BEA is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF7BEA is #108415. Grayscale: #AAAAAA. Windows color (decimal): -1082390 or 15367151. OLE color: 15367151.
HSL color Cylindrical-coordinate representation of color #EF7BEA: hue angle of 302.59º 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 #EF7BEA is Cyan = 0, Magento = 0.49, Yellow = 0.02 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 123 | 234 | - |
| CMYK | 0 | 0.49 | 0.02 | 0.06 |
| HSL | 302.59º | 0.78% | 0.71% | - |
| HSV(B) | 302.59º | 0.49% | 0.94% | - |
| XYZ | 57.53 | 38.46 | 82.23 | - |
| YUV | 170.34 | 163.93 | 176.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 123 | 234 | 0 | 0.49 | 0.02 | 0.06 | 302.59 | 0.78 | 0.71 |
| Hex | EF | 7B | EA | 0 | 31 | 2 | 6 | 12F | 4E | 47 |
| Octal | 357 | 173 | 352 | 0 | 61 | 2 | 6 | 457 | 116 | 107 |
| Binary | 11101111 | 1111011 | 11101010 | 0 | 110001 | 10 | 110 | 100101111 | 1001110 | 1000111 |
Color Harmonies of #EF7BEA
Complementary color
Monochromatic Colors of #EF7BEA
Black with #EF7BEA
Text Example
Text Example
White with #EF7BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF7BEA; }
p { color: rgb(239,123,234); }
H1.HeaderClassName
{
color: #EF7BEA;
}
.AnyTagClassName
{
color: #EF7BEA;
}
</style>
background-color css
<style>
a { background-color: #EF7BEA; }
a { background-color: rgb(239,123,234); }
div.DivClassName
{
background-color: #EF7BEA;
}
.BgClassName
{
background-color: #EF7BEA;
}
</style>
border-color css
<style>
span { border-color: #EF7BEA; }
span { border-color: rgb(239,123,234); }
td.TdClassName
{
border-color: #EF7BEA;
}
.TagClassName
{
border-color: #EF7BEA;
}
</style>