Shades of Pale Violet Red #EF6599
Tints of Pale Violet Red #EF6599
RGB
CMYK
RGB Variations
Color information
#EF6599 (or 0xEF6599) is known color: Pale Violet Red. HEX triplet: EF, 65 and 99. RGB value is (239,101,153). Sum of RGB (Red+Green+Blue) = 239+101+153=493 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.48% from 493); Green value is 101 (39.84% from 255 or 20.49% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6599 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6599 is #109A66. Grayscale: #949494. Windows color (decimal): -1088103 or 10053103. OLE color: 10053103.
HSL color Cylindrical-coordinate representation of color #EF6599: hue angle of 337.39º 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 #EF6599 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 101 | 153 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.06 |
| HSL | 337.39º | 0.81% | 0.67% | - |
| HSV(B) | 337.39º | 0.58% | 0.94% | - |
| XYZ | 46 | 29.96 | 33.5 | - |
| YUV | 148.19 | 130.72 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 101 | 153 | 0 | 0.58 | 0.36 | 0.06 | 337.39 | 0.81 | 0.67 |
| Hex | EF | 65 | 99 | 0 | 3A | 24 | 6 | 151 | 51 | 43 |
| Octal | 357 | 145 | 231 | 0 | 72 | 44 | 6 | 521 | 121 | 103 |
| Binary | 11101111 | 1100101 | 10011001 | 0 | 111010 | 100100 | 110 | 101010001 | 1010001 | 1000011 |
Color Harmonies of #EF6599
Complementary color
Monochromatic Colors of #EF6599
Black with #EF6599
Text Example
Text Example
White with #EF6599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6599; }
p { color: rgb(239,101,153); }
H1.HeaderClassName
{
color: #EF6599;
}
.AnyTagClassName
{
color: #EF6599;
}
</style>
background-color css
<style>
a { background-color: #EF6599; }
a { background-color: rgb(239,101,153); }
div.DivClassName
{
background-color: #EF6599;
}
.BgClassName
{
background-color: #EF6599;
}
</style>
border-color css
<style>
span { border-color: #EF6599; }
span { border-color: rgb(239,101,153); }
td.TdClassName
{
border-color: #EF6599;
}
.TagClassName
{
border-color: #EF6599;
}
</style>