Shades of Pale Violet Red #EF6798
Tints of Pale Violet Red #EF6798
RGB
CMYK
RGB Variations
Color information
#EF6798 (or 0xEF6798) is known color: Pale Violet Red. HEX triplet: EF, 67 and 98. RGB value is (239,103,152). Sum of RGB (Red+Green+Blue) = 239+103+152=494 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.38% from 494); Green value is 103 (40.62% from 255 or 20.85% from 494); Blue value is 152 (59.77% from 255 or 30.77% from 494); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6798 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6798 is #109867. Grayscale: #959595. Windows color (decimal): -1087592 or 9988079. OLE color: 9988079.
HSL color Cylindrical-coordinate representation of color #EF6798: hue angle of 338.38º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #EF6798 is Cyan = 0, Magento = 0.57, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 103 | 152 | - |
| CMYK | 0 | 0.57 | 0.36 | 0.06 |
| HSL | 338.38º | 0.81% | 0.67% | - |
| HSV(B) | 338.38º | 0.57% | 0.94% | - |
| XYZ | 46.11 | 30.32 | 33.13 | - |
| YUV | 149.25 | 129.56 | 192.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 103 | 152 | 0 | 0.57 | 0.36 | 0.06 | 338.38 | 0.81 | 0.67 |
| Hex | EF | 67 | 98 | 0 | 39 | 24 | 6 | 152 | 51 | 43 |
| Octal | 357 | 147 | 230 | 0 | 71 | 44 | 6 | 522 | 121 | 103 |
| Binary | 11101111 | 1100111 | 10011000 | 0 | 111001 | 100100 | 110 | 101010010 | 1010001 | 1000011 |
Color Harmonies of #EF6798
Complementary color
Monochromatic Colors of #EF6798
Black with #EF6798
Text Example
Text Example
White with #EF6798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6798; }
p { color: rgb(239,103,152); }
H1.HeaderClassName
{
color: #EF6798;
}
.AnyTagClassName
{
color: #EF6798;
}
</style>
background-color css
<style>
a { background-color: #EF6798; }
a { background-color: rgb(239,103,152); }
div.DivClassName
{
background-color: #EF6798;
}
.BgClassName
{
background-color: #EF6798;
}
</style>
border-color css
<style>
span { border-color: #EF6798; }
span { border-color: rgb(239,103,152); }
td.TdClassName
{
border-color: #EF6798;
}
.TagClassName
{
border-color: #EF6798;
}
</style>