Shades of Persian Rose #EF1F9F
Tints of Persian Rose #EF1F9F
RGB
CMYK
RGB Variations
Color information
#EF1F9F (or 0xEF1F9F) is known color: Persian Rose. HEX triplet: EF, 1F and 9F. RGB value is (239,31,159). Sum of RGB (Red+Green+Blue) = 239+31+159=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 31 (12.5% from 255 or 7.23% from 429); Blue value is 159 (62.5% from 255 or 37.06% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F9F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1F9F is #10E060. Grayscale: #6B6B6B. Windows color (decimal): -1106017 or 10428399. OLE color: 10428399.
HSL color Cylindrical-coordinate representation of color #EF1F9F: hue angle of 323.08º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EF1F9F is Cyan = 0, Magento = 0.87, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 159 | - |
| CMYK | 0 | 0.87 | 0.33 | 0.06 |
| HSL | 323.08º | 0.87% | 0.53% | - |
| HSV(B) | 323.08º | 0.87% | 0.94% | - |
| XYZ | 42.34 | 21.83 | 34.78 | - |
| YUV | 107.78 | 156.91 | 221.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 159 | 0 | 0.87 | 0.33 | 0.06 | 323.08 | 0.87 | 0.53 |
| Hex | EF | 1F | 9F | 0 | 57 | 21 | 6 | 143 | 57 | 35 |
| Octal | 357 | 37 | 237 | 0 | 127 | 41 | 6 | 503 | 127 | 65 |
| Binary | 11101111 | 11111 | 10011111 | 0 | 1010111 | 100001 | 110 | 101000011 | 1010111 | 110101 |
Color Harmonies of #EF1F9F
Complementary color
Monochromatic Colors of #EF1F9F
Black with #EF1F9F
Text Example
Text Example
White with #EF1F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F9F; }
p { color: rgb(239,31,159); }
H1.HeaderClassName
{
color: #EF1F9F;
}
.AnyTagClassName
{
color: #EF1F9F;
}
</style>
background-color css
<style>
a { background-color: #EF1F9F; }
a { background-color: rgb(239,31,159); }
div.DivClassName
{
background-color: #EF1F9F;
}
.BgClassName
{
background-color: #EF1F9F;
}
</style>
border-color css
<style>
span { border-color: #EF1F9F; }
span { border-color: rgb(239,31,159); }
td.TdClassName
{
border-color: #EF1F9F;
}
.TagClassName
{
border-color: #EF1F9F;
}
</style>