Shades of Persian Rose #EF2698
Tints of Persian Rose #EF2698
RGB
CMYK
RGB Variations
Color information
#EF2698 (or 0xEF2698) is known color: Persian Rose. HEX triplet: EF, 26 and 98. RGB value is (239,38,152). Sum of RGB (Red+Green+Blue) = 239+38+152=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 38 (15.23% from 255 or 8.86% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF2698 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF2698 is #10D967. Grayscale: #6E6E6E. Windows color (decimal): -1104232 or 9971439. OLE color: 9971439.
HSL color Cylindrical-coordinate representation of color #EF2698: hue angle of 325.97º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EF2698 is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 38 | 152 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.06 |
| HSL | 325.97º | 0.86% | 0.54% | - |
| HSV(B) | 325.97º | 0.84% | 0.94% | - |
| XYZ | 41.96 | 22 | 31.74 | - |
| YUV | 111.1 | 151.09 | 219.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 38 | 152 | 0 | 0.84 | 0.36 | 0.06 | 325.97 | 0.86 | 0.54 |
| Hex | EF | 26 | 98 | 0 | 54 | 24 | 6 | 146 | 56 | 36 |
| Octal | 357 | 46 | 230 | 0 | 124 | 44 | 6 | 506 | 126 | 66 |
| Binary | 11101111 | 100110 | 10011000 | 0 | 1010100 | 100100 | 110 | 101000110 | 1010110 | 110110 |
Color Harmonies of #EF2698
Complementary color
Monochromatic Colors of #EF2698
Black with #EF2698
Text Example
Text Example
White with #EF2698
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF2698; }
p { color: rgb(239,38,152); }
H1.HeaderClassName
{
color: #EF2698;
}
.AnyTagClassName
{
color: #EF2698;
}
</style>
background-color css
<style>
a { background-color: #EF2698; }
a { background-color: rgb(239,38,152); }
div.DivClassName
{
background-color: #EF2698;
}
.BgClassName
{
background-color: #EF2698;
}
</style>
border-color css
<style>
span { border-color: #EF2698; }
span { border-color: rgb(239,38,152); }
td.TdClassName
{
border-color: #EF2698;
}
.TagClassName
{
border-color: #EF2698;
}
</style>