Shades of Persian Rose #EF259D
Tints of Persian Rose #EF259D
RGB
CMYK
RGB Variations
Color information
#EF259D (or 0xEF259D) is known color: Persian Rose. HEX triplet: EF, 25 and 9D. RGB value is (239,37,157). Sum of RGB (Red+Green+Blue) = 239+37+157=433 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.20% from 433); Green value is 37 (14.84% from 255 or 8.55% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 239 - color contains mainly: red. Hex color #EF259D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF259D is #10DA62. Grayscale: #6E6E6E. Windows color (decimal): -1104483 or 10298863. OLE color: 10298863.
HSL color Cylindrical-coordinate representation of color #EF259D: hue angle of 324.36º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EF259D is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 157 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.06 |
| HSL | 324.36º | 0.86% | 0.54% | - |
| HSV(B) | 324.36º | 0.85% | 0.94% | - |
| XYZ | 42.34 | 22.11 | 33.93 | - |
| YUV | 111.08 | 153.92 | 219.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 157 | 0 | 0.85 | 0.34 | 0.06 | 324.36 | 0.86 | 0.54 |
| Hex | EF | 25 | 9D | 0 | 55 | 22 | 6 | 144 | 56 | 36 |
| Octal | 357 | 45 | 235 | 0 | 125 | 42 | 6 | 504 | 126 | 66 |
| Binary | 11101111 | 100101 | 10011101 | 0 | 1010101 | 100010 | 110 | 101000100 | 1010110 | 110110 |
Color Harmonies of #EF259D
Complementary color
Monochromatic Colors of #EF259D
Black with #EF259D
Text Example
Text Example
White with #EF259D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF259D; }
p { color: rgb(239,37,157); }
H1.HeaderClassName
{
color: #EF259D;
}
.AnyTagClassName
{
color: #EF259D;
}
</style>
background-color css
<style>
a { background-color: #EF259D; }
a { background-color: rgb(239,37,157); }
div.DivClassName
{
background-color: #EF259D;
}
.BgClassName
{
background-color: #EF259D;
}
</style>
border-color css
<style>
span { border-color: #EF259D; }
span { border-color: rgb(239,37,157); }
td.TdClassName
{
border-color: #EF259D;
}
.TagClassName
{
border-color: #EF259D;
}
</style>