Shades of Persian Rose #EF1B9D
Tints of Persian Rose #EF1B9D
RGB
CMYK
RGB Variations
Color information
#EF1B9D (or 0xEF1B9D) is known color: Persian Rose. HEX triplet: EF, 1B and 9D. RGB value is (239,27,157). Sum of RGB (Red+Green+Blue) = 239+27+157=423 (56% of max value = 765). Red value is 239 (93.75% from 255 or 56.50% from 423); Green value is 27 (10.94% from 255 or 6.38% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1B9D is #10E462. Grayscale: #686868. Windows color (decimal): -1107043 or 10296303. OLE color: 10296303.
HSL color Cylindrical-coordinate representation of color #EF1B9D: hue angle of 323.21º 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 #EF1B9D is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 27 | 157 | - |
| CMYK | 0 | 0.89 | 0.34 | 0.06 |
| HSL | 323.21º | 0.87% | 0.52% | - |
| HSV(B) | 323.21º | 0.89% | 0.94% | - |
| XYZ | 42.07 | 21.57 | 33.84 | - |
| YUV | 105.21 | 157.24 | 223.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 27 | 157 | 0 | 0.89 | 0.34 | 0.06 | 323.21 | 0.87 | 0.52 |
| Hex | EF | 1B | 9D | 0 | 59 | 22 | 6 | 143 | 57 | 34 |
| Octal | 357 | 33 | 235 | 0 | 131 | 42 | 6 | 503 | 127 | 64 |
| Binary | 11101111 | 11011 | 10011101 | 0 | 1011001 | 100010 | 110 | 101000011 | 1010111 | 110100 |
Color Harmonies of #EF1B9D
Complementary color
Monochromatic Colors of #EF1B9D
Black with #EF1B9D
Text Example
Text Example
White with #EF1B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1B9D; }
p { color: rgb(239,27,157); }
H1.HeaderClassName
{
color: #EF1B9D;
}
.AnyTagClassName
{
color: #EF1B9D;
}
</style>
background-color css
<style>
a { background-color: #EF1B9D; }
a { background-color: rgb(239,27,157); }
div.DivClassName
{
background-color: #EF1B9D;
}
.BgClassName
{
background-color: #EF1B9D;
}
</style>
border-color css
<style>
span { border-color: #EF1B9D; }
span { border-color: rgb(239,27,157); }
td.TdClassName
{
border-color: #EF1B9D;
}
.TagClassName
{
border-color: #EF1B9D;
}
</style>