Shades of Persian Rose #EF1DA1
Tints of Persian Rose #EF1DA1
RGB
CMYK
RGB Variations
Color information
#EF1DA1 (or 0xEF1DA1) is known color: Persian Rose. HEX triplet: EF, 1D and A1. RGB value is (239,29,161). Sum of RGB (Red+Green+Blue) = 239+29+161=429 (56% of max value = 765). Red value is 239 (93.75% from 255 or 55.71% from 429); Green value is 29 (11.72% from 255 or 6.76% from 429); Blue value is 161 (63.28% from 255 or 37.53% from 429); Max value from RGB is 239 - color contains mainly: red. Hex color #EF1DA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF1DA1 is #10E25E. Grayscale: #6A6A6A. Windows color (decimal): -1106527 or 10558959. OLE color: 10558959.
HSL color Cylindrical-coordinate representation of color #EF1DA1: hue angle of 322.29º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #EF1DA1 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 29 | 161 | - |
| CMYK | 0 | 0.88 | 0.33 | 0.06 |
| HSL | 322.29º | 0.87% | 0.53% | - |
| HSV(B) | 322.29º | 0.88% | 0.94% | - |
| XYZ | 42.47 | 21.8 | 35.69 | - |
| YUV | 106.84 | 158.57 | 222.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 29 | 161 | 0 | 0.88 | 0.33 | 0.06 | 322.29 | 0.87 | 0.53 |
| Hex | EF | 1D | A1 | 0 | 58 | 21 | 6 | 142 | 57 | 35 |
| Octal | 357 | 35 | 241 | 0 | 130 | 41 | 6 | 502 | 127 | 65 |
| Binary | 11101111 | 11101 | 10100001 | 0 | 1011000 | 100001 | 110 | 101000010 | 1010111 | 110101 |
Color Harmonies of #EF1DA1
Complementary color
Monochromatic Colors of #EF1DA1
Black with #EF1DA1
Text Example
Text Example
White with #EF1DA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF1DA1; }
p { color: rgb(239,29,161); }
H1.HeaderClassName
{
color: #EF1DA1;
}
.AnyTagClassName
{
color: #EF1DA1;
}
</style>
background-color css
<style>
a { background-color: #EF1DA1; }
a { background-color: rgb(239,29,161); }
div.DivClassName
{
background-color: #EF1DA1;
}
.BgClassName
{
background-color: #EF1DA1;
}
</style>
border-color css
<style>
span { border-color: #EF1DA1; }
span { border-color: rgb(239,29,161); }
td.TdClassName
{
border-color: #EF1DA1;
}
.TagClassName
{
border-color: #EF1DA1;
}
</style>