Shades of Persian Rose #EF39AD
Tints of Persian Rose #EF39AD
RGB
CMYK
RGB Variations
Color information
#EF39AD (or 0xEF39AD) is known color: Persian Rose. HEX triplet: EF, 39 and AD. RGB value is (239,57,173). Sum of RGB (Red+Green+Blue) = 239+57+173=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 57 (22.66% from 255 or 12.15% from 469); Blue value is 173 (67.97% from 255 or 36.89% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF39AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF39AD is #10C652. Grayscale: #7C7C7C. Windows color (decimal): -1099347 or 11352559. OLE color: 11352559.
HSL color Cylindrical-coordinate representation of color #EF39AD: hue angle of 321.76º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EF39AD is Cyan = 0, Magento = 0.76, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 57 | 173 | - |
| CMYK | 0 | 0.76 | 0.28 | 0.06 |
| HSL | 321.76º | 0.85% | 0.58% | - |
| HSV(B) | 321.76º | 0.76% | 0.94% | - |
| XYZ | 44.6 | 24.29 | 41.87 | - |
| YUV | 124.64 | 155.3 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 57 | 173 | 0 | 0.76 | 0.28 | 0.06 | 321.76 | 0.85 | 0.58 |
| Hex | EF | 39 | AD | 0 | 4C | 1C | 6 | 142 | 55 | 3A |
| Octal | 357 | 71 | 255 | 0 | 114 | 34 | 6 | 502 | 125 | 72 |
| Binary | 11101111 | 111001 | 10101101 | 0 | 1001100 | 11100 | 110 | 101000010 | 1010101 | 111010 |
Color Harmonies of #EF39AD
Complementary color
Monochromatic Colors of #EF39AD
Black with #EF39AD
Text Example
Text Example
White with #EF39AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF39AD; }
p { color: rgb(239,57,173); }
H1.HeaderClassName
{
color: #EF39AD;
}
.AnyTagClassName
{
color: #EF39AD;
}
</style>
background-color css
<style>
a { background-color: #EF39AD; }
a { background-color: rgb(239,57,173); }
div.DivClassName
{
background-color: #EF39AD;
}
.BgClassName
{
background-color: #EF39AD;
}
</style>
border-color css
<style>
span { border-color: #EF39AD; }
span { border-color: rgb(239,57,173); }
td.TdClassName
{
border-color: #EF39AD;
}
.TagClassName
{
border-color: #EF39AD;
}
</style>