Shades of Violet #EF72E5
Tints of Violet #EF72E5
RGB
CMYK
RGB Variations
Color information
#EF72E5 (or 0xEF72E5) is known color: Violet. HEX triplet: EF, 72 and E5. RGB value is (239,114,229). Sum of RGB (Red+Green+Blue) = 239+114+229=582 (77% of max value = 765). Red value is 239 (93.75% from 255 or 41.07% from 582); Green value is 114 (44.92% from 255 or 19.59% from 582); Blue value is 229 (89.84% from 255 or 39.35% from 582); Max value from RGB is 239 - color contains mainly: red. Hex color #EF72E5 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #EF72E5 is #108D1A. Grayscale: #A4A4A4. Windows color (decimal): -1084699 or 15037167. OLE color: 15037167.
HSL color Cylindrical-coordinate representation of color #EF72E5: hue angle of 304.8º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #EF72E5 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 114 | 229 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.06 |
| HSL | 304.8º | 0.8% | 0.69% | - |
| HSV(B) | 304.8º | 0.52% | 0.94% | - |
| XYZ | 55.76 | 36.04 | 78.15 | - |
| YUV | 164.49 | 164.41 | 181.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 114 | 229 | 0 | 0.52 | 0.04 | 0.06 | 304.8 | 0.8 | 0.69 |
| Hex | EF | 72 | E5 | 0 | 34 | 4 | 6 | 131 | 50 | 45 |
| Octal | 357 | 162 | 345 | 0 | 64 | 4 | 6 | 461 | 120 | 105 |
| Binary | 11101111 | 1110010 | 11100101 | 0 | 110100 | 100 | 110 | 100110001 | 1010000 | 1000101 |
Color Harmonies of #EF72E5
Complementary color
Monochromatic Colors of #EF72E5
Black with #EF72E5
Text Example
Text Example
White with #EF72E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF72E5; }
p { color: rgb(239,114,229); }
H1.HeaderClassName
{
color: #EF72E5;
}
.AnyTagClassName
{
color: #EF72E5;
}
</style>
background-color css
<style>
a { background-color: #EF72E5; }
a { background-color: rgb(239,114,229); }
div.DivClassName
{
background-color: #EF72E5;
}
.BgClassName
{
background-color: #EF72E5;
}
</style>
border-color css
<style>
span { border-color: #EF72E5; }
span { border-color: rgb(239,114,229); }
td.TdClassName
{
border-color: #EF72E5;
}
.TagClassName
{
border-color: #EF72E5;
}
</style>