Shades of Persian Rose #EF1F9A
Tints of Persian Rose #EF1F9A
RGB
CMYK
RGB Variations
Color information
#EF1F9A (or 0xEF1F9A) is known color: Persian Rose. HEX triplet: EF, 1F and 9A. RGB value is (239,31,154). Sum of RGB (Red+Green+Blue) = 239+31+154=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1F9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1F9A is #10E065. Grayscale: #6A6A6A. Windows color (decimal): -1106022 or 10100719. OLE color: 10100719.
HSL color Cylindrical-coordinate representation of color #EF1F9A: hue angle of 324.52º 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 #EF1F9A is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 31 | 154 | - |
| CMYK | 0 | 0.87 | 0.36 | 0.06 |
| HSL | 324.52º | 0.87% | 0.53% | - |
| HSV(B) | 324.52º | 0.87% | 0.94% | - |
| XYZ | 41.92 | 21.66 | 32.54 | - |
| YUV | 107.21 | 154.41 | 222 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 31 | 154 | 0 | 0.87 | 0.36 | 0.06 | 324.52 | 0.87 | 0.53 |
| Hex | EF | 1F | 9A | 0 | 57 | 24 | 6 | 145 | 57 | 35 |
| Octal | 357 | 37 | 232 | 0 | 127 | 44 | 6 | 505 | 127 | 65 |
| Binary | 11101111 | 11111 | 10011010 | 0 | 1010111 | 100100 | 110 | 101000101 | 1010111 | 110101 |
Color Harmonies of #EF1F9A
Complementary color
Monochromatic Colors of #EF1F9A
Black with #EF1F9A
Text Example
Text Example
White with #EF1F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1F9A; }
p { color: rgb(239,31,154); }
H1.HeaderClassName
{
color: #EF1F9A;
}
.AnyTagClassName
{
color: #EF1F9A;
}
</style>
background-color css
<style>
a { background-color: #EF1F9A; }
a { background-color: rgb(239,31,154); }
div.DivClassName
{
background-color: #EF1F9A;
}
.BgClassName
{
background-color: #EF1F9A;
}
</style>
border-color css
<style>
span { border-color: #EF1F9A; }
span { border-color: rgb(239,31,154); }
td.TdClassName
{
border-color: #EF1F9A;
}
.TagClassName
{
border-color: #EF1F9A;
}
</style>