Shades of Persian Rose #EF1C9F
Tints of Persian Rose #EF1C9F
RGB
CMYK
RGB Variations
Color information
#EF1C9F (or 0xEF1C9F) is known color: Persian Rose. HEX triplet: EF, 1C and 9F. RGB value is (239,28,159). Sum of RGB (Red+Green+Blue) = 239+28+159=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 28 (11.33% from 255 or 6.57% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1C9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1C9F is #10E360. Grayscale: #696969. Windows color (decimal): -1106785 or 10427631. OLE color: 10427631.
HSL color Cylindrical-coordinate representation of color #EF1C9F: hue angle of 322.75º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1C9F is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 28 | 159 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.06 |
| HSL | 322.75º | 0.87% | 0.52% | - |
| HSV(B) | 322.75º | 0.88% | 0.94% | - |
| XYZ | 42.27 | 21.68 | 34.76 | - |
| YUV | 106.02 | 157.9 | 222.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 28 | 159 | 0 | 0.88 | 0.33 | 0.06 | 322.75 | 0.87 | 0.52 |
| Hex | EF | 1C | 9F | 0 | 58 | 21 | 6 | 143 | 57 | 34 |
| Octal | 357 | 34 | 237 | 0 | 130 | 41 | 6 | 503 | 127 | 64 |
| Binary | 11101111 | 11100 | 10011111 | 0 | 1011000 | 100001 | 110 | 101000011 | 1010111 | 110100 |
Color Harmonies of #EF1C9F
Complementary color
Monochromatic Colors of #EF1C9F
Black with #EF1C9F
Text Example
Text Example
White with #EF1C9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1C9F; }
p { color: rgb(239,28,159); }
H1.HeaderClassName
{
color: #EF1C9F;
}
.AnyTagClassName
{
color: #EF1C9F;
}
</style>
background-color css
<style>
a { background-color: #EF1C9F; }
a { background-color: rgb(239,28,159); }
div.DivClassName
{
background-color: #EF1C9F;
}
.BgClassName
{
background-color: #EF1C9F;
}
</style>
border-color css
<style>
span { border-color: #EF1C9F; }
span { border-color: rgb(239,28,159); }
td.TdClassName
{
border-color: #EF1C9F;
}
.TagClassName
{
border-color: #EF1C9F;
}
</style>