Shades of Persian Rose #EF259C
Tints of Persian Rose #EF259C
RGB
CMYK
RGB Variations
Color information
#EF259C (or 0xEF259C) is known color: Persian Rose. HEX triplet: EF, 25 and 9C. RGB value is (239,37,156). Sum of RGB (Red+Green+Blue) = 239+37+156=432 (57% of max value = 765). Red value is 239 (93.75% from 255 or 55.32% from 432); Green value is 37 (14.84% from 255 or 8.56% from 432); Blue value is 156 (61.33% from 255 or 36.11% from 432); Max value from RGB is 239 - color contains mainly: red. Hex color #EF259C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF259C is #10DA63. Grayscale: #6E6E6E. Windows color (decimal): -1104484 or 10233327. OLE color: 10233327.
HSL color Cylindrical-coordinate representation of color #EF259C: hue angle of 324.65º 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 #EF259C is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 37 | 156 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.06 |
| HSL | 324.65º | 0.86% | 0.54% | - |
| HSV(B) | 324.65º | 0.85% | 0.94% | - |
| XYZ | 42.26 | 22.07 | 33.49 | - |
| YUV | 110.96 | 153.42 | 219.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 37 | 156 | 0 | 0.85 | 0.35 | 0.06 | 324.65 | 0.86 | 0.54 |
| Hex | EF | 25 | 9C | 0 | 55 | 23 | 6 | 145 | 56 | 36 |
| Octal | 357 | 45 | 234 | 0 | 125 | 43 | 6 | 505 | 126 | 66 |
| Binary | 11101111 | 100101 | 10011100 | 0 | 1010101 | 100011 | 110 | 101000101 | 1010110 | 110110 |
Color Harmonies of #EF259C
Complementary color
Monochromatic Colors of #EF259C
Black with #EF259C
Text Example
Text Example
White with #EF259C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF259C; }
p { color: rgb(239,37,156); }
H1.HeaderClassName
{
color: #EF259C;
}
.AnyTagClassName
{
color: #EF259C;
}
</style>
background-color css
<style>
a { background-color: #EF259C; }
a { background-color: rgb(239,37,156); }
div.DivClassName
{
background-color: #EF259C;
}
.BgClassName
{
background-color: #EF259C;
}
</style>
border-color css
<style>
span { border-color: #EF259C; }
span { border-color: rgb(239,37,156); }
td.TdClassName
{
border-color: #EF259C;
}
.TagClassName
{
border-color: #EF259C;
}
</style>