Shades of Pale Violet Red #EF6498
Tints of Pale Violet Red #EF6498
RGB
CMYK
RGB Variations
Color information
#EF6498 (or 0xEF6498) is known color: Pale Violet Red. HEX triplet: EF, 64 and 98. RGB value is (239,100,152). Sum of RGB (Red+Green+Blue) = 239+100+152=491 (65% of max value = 765). Red value is 239 (93.75% from 255 or 48.68% from 491); Green value is 100 (39.45% from 255 or 20.37% from 491); Blue value is 152 (59.77% from 255 or 30.96% from 491); Max value from RGB is 239 - color contains mainly: red. Hex color #EF6498 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EF6498 is #109B67. Grayscale: #939393. Windows color (decimal): -1088360 or 9987311. OLE color: 9987311.
HSL color Cylindrical-coordinate representation of color #EF6498: hue angle of 337.55º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #EF6498 is Cyan = 0, Magento = 0.58, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 100 | 152 | - |
| CMYK | 0 | 0.58 | 0.36 | 0.06 |
| HSL | 337.55º | 0.81% | 0.66% | - |
| HSV(B) | 337.55º | 0.58% | 0.94% | - |
| XYZ | 45.82 | 29.73 | 33.03 | - |
| YUV | 147.49 | 130.55 | 193.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 100 | 152 | 0 | 0.58 | 0.36 | 0.06 | 337.55 | 0.81 | 0.66 |
| Hex | EF | 64 | 98 | 0 | 3A | 24 | 6 | 152 | 51 | 42 |
| Octal | 357 | 144 | 230 | 0 | 72 | 44 | 6 | 522 | 121 | 102 |
| Binary | 11101111 | 1100100 | 10011000 | 0 | 111010 | 100100 | 110 | 101010010 | 1010001 | 1000010 |
Color Harmonies of #EF6498
Complementary color
Monochromatic Colors of #EF6498
Black with #EF6498
Text Example
Text Example
White with #EF6498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF6498; }
p { color: rgb(239,100,152); }
H1.HeaderClassName
{
color: #EF6498;
}
.AnyTagClassName
{
color: #EF6498;
}
</style>
background-color css
<style>
a { background-color: #EF6498; }
a { background-color: rgb(239,100,152); }
div.DivClassName
{
background-color: #EF6498;
}
.BgClassName
{
background-color: #EF6498;
}
</style>
border-color css
<style>
span { border-color: #EF6498; }
span { border-color: rgb(239,100,152); }
td.TdClassName
{
border-color: #EF6498;
}
.TagClassName
{
border-color: #EF6498;
}
</style>