Shades of Persian Rose #EF1B9E
Tints of Persian Rose #EF1B9E
RGB
CMYK
RGB Variations
Color information
#EF1B9E (or 0xEF1B9E) is known color: Persian Rose. HEX triplet: EF, 1B and 9E. RGB value is (239,27,158). Sum of RGB (Red+Green+Blue) = 239+27+158=424 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.37% from 424); Green value is 27 (10.94% from 255 or 6.37% from 424); Blue value is 158 (62.11% from 255 or 37.26% from 424); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B9E is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B9E is #10E461. Grayscale: #696969. Windows color (decimal): -1107042 or 10361839. OLE color: 10361839.
HSL color Cylindrical-coordinate representation of color #EF1B9E: hue angle of 322.92º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #EF1B9E is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 158 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.06 |
| HSL | 322.92º | 0.87% | 0.52% | - |
| HSV(B) | 322.92º | 0.89% | 0.94% | - |
| XYZ | 42.16 | 21.6 | 34.3 | - |
| YUV | 105.32 | 157.74 | 223.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 158 | 0 | 0.89 | 0.34 | 0.06 | 322.92 | 0.87 | 0.52 |
| Hex | EF | 1B | 9E | 0 | 59 | 22 | 6 | 143 | 57 | 34 |
| Octal | 357 | 33 | 236 | 0 | 131 | 42 | 6 | 503 | 127 | 64 |
| Binary | 11101111 | 11011 | 10011110 | 0 | 1011001 | 100010 | 110 | 101000011 | 1010111 | 110100 |
Color Harmonies of #EF1B9E
Complementary color
Monochromatic Colors of #EF1B9E
Black with #EF1B9E
Text Example
Text Example
White with #EF1B9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B9E; }
p { color: rgb(239,27,158); }
H1.HeaderClassName
{
color: #EF1B9E;
}
.AnyTagClassName
{
color: #EF1B9E;
}
</style>
background-color css
<style>
a { background-color: #EF1B9E; }
a { background-color: rgb(239,27,158); }
div.DivClassName
{
background-color: #EF1B9E;
}
.BgClassName
{
background-color: #EF1B9E;
}
</style>
border-color css
<style>
span { border-color: #EF1B9E; }
span { border-color: rgb(239,27,158); }
td.TdClassName
{
border-color: #EF1B9E;
}
.TagClassName
{
border-color: #EF1B9E;
}
</style>