Shades of Violet #EF73E6
Tints of Violet #EF73E6
RGB
CMYK
RGB Variations
Color information
#EF73E6 (or 0xEF73E6) is known color: Violet. HEX triplet: EF, 73 and E6. RGB value is (239,115,230). Sum of RGB (Red+Green+Blue) = 239+115+230=584 (77% of max value = 765). Red value is 239 (93.75% from 255 or 40.92% from 584); Green value is 115 (45.31% from 255 or 19.69% from 584); Blue value is 230 (90.23% from 255 or 39.38% from 584); Max value from RGB is 239 - color contains mainly: red. Hex color #EF73E6 is not a web safe color. Web safe color analog (approx): #FF66FF. Inversed color of #EF73E6 is #108C19. Grayscale: #A4A4A4. Windows color (decimal): -1084442 or 15102959. OLE color: 15102959.
HSL color Cylindrical-coordinate representation of color #EF73E6: hue angle of 304.35º degrees, saturation: 0.79, 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 #EF73E6 is Cyan = 0, Magento = 0.52, Yellow = 0.04 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 115 | 230 | - |
| CMYK | 0 | 0.52 | 0.04 | 0.06 |
| HSL | 304.35º | 0.79% | 0.69% | - |
| HSV(B) | 304.35º | 0.52% | 0.94% | - |
| XYZ | 56.01 | 36.33 | 78.92 | - |
| YUV | 165.19 | 164.58 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 115 | 230 | 0 | 0.52 | 0.04 | 0.06 | 304.35 | 0.79 | 0.69 |
| Hex | EF | 73 | E6 | 0 | 34 | 4 | 6 | 130 | 4F | 45 |
| Octal | 357 | 163 | 346 | 0 | 64 | 4 | 6 | 460 | 117 | 105 |
| Binary | 11101111 | 1110011 | 11100110 | 0 | 110100 | 100 | 110 | 100110000 | 1001111 | 1000101 |
Color Harmonies of #EF73E6
Complementary color
Monochromatic Colors of #EF73E6
Black with #EF73E6
Text Example
Text Example
White with #EF73E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF73E6; }
p { color: rgb(239,115,230); }
H1.HeaderClassName
{
color: #EF73E6;
}
.AnyTagClassName
{
color: #EF73E6;
}
</style>
background-color css
<style>
a { background-color: #EF73E6; }
a { background-color: rgb(239,115,230); }
div.DivClassName
{
background-color: #EF73E6;
}
.BgClassName
{
background-color: #EF73E6;
}
</style>
border-color css
<style>
span { border-color: #EF73E6; }
span { border-color: rgb(239,115,230); }
td.TdClassName
{
border-color: #EF73E6;
}
.TagClassName
{
border-color: #EF73E6;
}
</style>