Shades of Persian Rose #EF1BA0
Tints of Persian Rose #EF1BA0
RGB
CMYK
RGB Variations
Color information
#EF1BA0 (or 0xEF1BA0) is known color: Persian Rose. HEX triplet: EF, 1B and A0. RGB value is (239,27,160). Sum of RGB (Red+Green+Blue) = 239+27+160=426 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.10% from 426); Green value is 27 (10.94% from 255 or 6.34% from 426); Blue value is 160 (62.89% from 255 or 37.56% from 426); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1BA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1BA0 is #10E45F. Grayscale: #696969. Windows color (decimal): -1107040 or 10492911. OLE color: 10492911.
HSL color Cylindrical-coordinate representation of color #EF1BA0: hue angle of 322.36º 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 #EF1BA0 is Cyan = 0, Magento = 0.89, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 160 | - |
| CMYK | 0 | 0.89 | 0.33 | 0.06 |
| HSL | 322.36º | 0.87% | 0.52% | - |
| HSV(B) | 322.36º | 0.89% | 0.94% | - |
| XYZ | 42.33 | 21.67 | 35.21 | - |
| YUV | 105.55 | 158.74 | 223.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 160 | 0 | 0.89 | 0.33 | 0.06 | 322.36 | 0.87 | 0.52 |
| Hex | EF | 1B | A0 | 0 | 59 | 21 | 6 | 142 | 57 | 34 |
| Octal | 357 | 33 | 240 | 0 | 131 | 41 | 6 | 502 | 127 | 64 |
| Binary | 11101111 | 11011 | 10100000 | 0 | 1011001 | 100001 | 110 | 101000010 | 1010111 | 110100 |
Color Harmonies of #EF1BA0
Complementary color
Monochromatic Colors of #EF1BA0
Black with #EF1BA0
Text Example
Text Example
White with #EF1BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1BA0; }
p { color: rgb(239,27,160); }
H1.HeaderClassName
{
color: #EF1BA0;
}
.AnyTagClassName
{
color: #EF1BA0;
}
</style>
background-color css
<style>
a { background-color: #EF1BA0; }
a { background-color: rgb(239,27,160); }
div.DivClassName
{
background-color: #EF1BA0;
}
.BgClassName
{
background-color: #EF1BA0;
}
</style>
border-color css
<style>
span { border-color: #EF1BA0; }
span { border-color: rgb(239,27,160); }
td.TdClassName
{
border-color: #EF1BA0;
}
.TagClassName
{
border-color: #EF1BA0;
}
</style>