Shades of Violet #EF80E5
Tints of Violet #EF80E5
RGB
CMYK
RGB Variations
Color information
#EF80E5 (or 0xEF80E5) is known color: Violet. HEX triplet: EF, 80 and E5. RGB value is (239,128,229). Sum of RGB (Red+Green+Blue) = 239+128+229=596 (78% of max value = 765). Red value is 239 (93.75% from 255 or 40.10% from 596); Green value is 128 (50.39% from 255 or 21.48% from 596); Blue value is 229 (89.84% from 255 or 38.42% from 596); Max value from RGB is 239 - color contains mainly: red. Hex color #EF80E5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #EF80E5 is #107F1A. Grayscale: #ACACAC. Windows color (decimal): -1081115 or 15040751. OLE color: 15040751.
HSL color Cylindrical-coordinate representation of color #EF80E5: hue angle of 305.41º degrees, saturation: 0.78, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #EF80E5 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 128 | 229 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.06 |
| HSL | 305.41º | 0.78% | 0.72% | - |
| HSV(B) | 305.41º | 0.46% | 0.94% | - |
| XYZ | 57.46 | 39.45 | 78.71 | - |
| YUV | 172.7 | 159.77 | 175.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 128 | 229 | 0 | 0.46 | 0.04 | 0.06 | 305.41 | 0.78 | 0.72 |
| Hex | EF | 80 | E5 | 0 | 2E | 4 | 6 | 131 | 4E | 48 |
| Octal | 357 | 200 | 345 | 0 | 56 | 4 | 6 | 461 | 116 | 110 |
| Binary | 11101111 | 10000000 | 11100101 | 0 | 101110 | 100 | 110 | 100110001 | 1001110 | 1001000 |
Color Harmonies of #EF80E5
Complementary color
Monochromatic Colors of #EF80E5
Black with #EF80E5
Text Example
Text Example
White with #EF80E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF80E5; }
p { color: rgb(239,128,229); }
H1.HeaderClassName
{
color: #EF80E5;
}
.AnyTagClassName
{
color: #EF80E5;
}
</style>
background-color css
<style>
a { background-color: #EF80E5; }
a { background-color: rgb(239,128,229); }
div.DivClassName
{
background-color: #EF80E5;
}
.BgClassName
{
background-color: #EF80E5;
}
</style>
border-color css
<style>
span { border-color: #EF80E5; }
span { border-color: rgb(239,128,229); }
td.TdClassName
{
border-color: #EF80E5;
}
.TagClassName
{
border-color: #EF80E5;
}
</style>