Shades of Pale Violet Red #EF6598
Tints of Pale Violet Red #EF6598
RGB
CMYK
RGB Variations
Color information
#EF6598 (or 0xEF6598) is known color: Pale Violet Red. HEX triplet: EF, 65 and 98. RGB value is (239,101,152). Sum of RGB (Red+Green+Blue) = 239+101+152=492 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.58% from 492); Green value is 101 (39.84% from 255 or 20.53% from 492); Blue value is 152 (59.77% from 255 or 30.89% from 492); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6598 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6598 is #109A67. Grayscale: #949494. Windows color (decimal): -1088104 or 9987567. OLE color: 9987567.
HSL color Cylindrical-coordinate representation of color #EF6598: hue angle of 337.83º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6598 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 152 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.06 |
| HSL | 337.83º | 0.81% | 0.67% | - |
| HSV(B) | 337.83º | 0.58% | 0.94% | - |
| XYZ | 45.92 | 29.93 | 33.06 | - |
| YUV | 148.08 | 130.22 | 192.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 152 | 0 | 0.58 | 0.36 | 0.06 | 337.83 | 0.81 | 0.67 |
| Hex | EF | 65 | 98 | 0 | 3A | 24 | 6 | 152 | 51 | 43 |
| Octal | 357 | 145 | 230 | 0 | 72 | 44 | 6 | 522 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10011000 | 0 | 111010 | 100100 | 110 | 101010010 | 1010001 | 1000011 |
Color Harmonies of #EF6598
Complementary color
Monochromatic Colors of #EF6598
Black with #EF6598
Text Example
Text Example
White with #EF6598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6598; }
p { color: rgb(239,101,152); }
H1.HeaderClassName
{
color: #EF6598;
}
.AnyTagClassName
{
color: #EF6598;
}
</style>
background-color css
<style>
a { background-color: #EF6598; }
a { background-color: rgb(239,101,152); }
div.DivClassName
{
background-color: #EF6598;
}
.BgClassName
{
background-color: #EF6598;
}
</style>
border-color css
<style>
span { border-color: #EF6598; }
span { border-color: rgb(239,101,152); }
td.TdClassName
{
border-color: #EF6598;
}
.TagClassName
{
border-color: #EF6598;
}
</style>