Shades of Persian Rose #EF1D9E
Tints of Persian Rose #EF1D9E
RGB
CMYK
RGB Variations
Color information
#EF1D9E (or 0xEF1D9E) is known color: Persian Rose. HEX triplet: EF, 1D and 9E. RGB value is (239,29,158). Sum of RGB (Red+Green+Blue) = 239+29+158=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 29 (11.72% from 255 or 6.81% from 426); Blue value is 158 (62.11% from 255 or 37.09% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1D9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1D9E is #10E261. Grayscale: #6A6A6A. Windows color (decimal): -1106530 or 10362351. OLE color: 10362351.
HSL color Cylindrical-coordinate representation of color #EF1D9E: hue angle of 323.14º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1D9E is Cyan = 0, Magento = 0.88, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 158 | - |
| CMYK | 0 | 0.88 | 0.34 | 0.06 |
| HSL | 323.14º | 0.87% | 0.53% | - |
| HSV(B) | 323.14º | 0.88% | 0.94% | - |
| XYZ | 42.21 | 21.7 | 34.31 | - |
| YUV | 106.5 | 157.07 | 222.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 158 | 0 | 0.88 | 0.34 | 0.06 | 323.14 | 0.87 | 0.53 |
| Hex | EF | 1D | 9E | 0 | 58 | 22 | 6 | 143 | 57 | 35 |
| Octal | 357 | 35 | 236 | 0 | 130 | 42 | 6 | 503 | 127 | 65 |
| Binary | 11101111 | 11101 | 10011110 | 0 | 1011000 | 100010 | 110 | 101000011 | 1010111 | 110101 |
Color Harmonies of #EF1D9E
Complementary color
Monochromatic Colors of #EF1D9E
Black with #EF1D9E
Text Example
Text Example
White with #EF1D9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1D9E; }
p { color: rgb(239,29,158); }
H1.HeaderClassName
{
color: #EF1D9E;
}
.AnyTagClassName
{
color: #EF1D9E;
}
</style>
background-color css
<style>
a { background-color: #EF1D9E; }
a { background-color: rgb(239,29,158); }
div.DivClassName
{
background-color: #EF1D9E;
}
.BgClassName
{
background-color: #EF1D9E;
}
</style>
border-color css
<style>
span { border-color: #EF1D9E; }
span { border-color: rgb(239,29,158); }
td.TdClassName
{
border-color: #EF1D9E;
}
.TagClassName
{
border-color: #EF1D9E;
}
</style>