Shades of Persian Rose #EF3AAF
Tints of Persian Rose #EF3AAF
RGB
CMYK
RGB Variations
Color information
#EF3AAF (or 0xEF3AAF) is known color: Persian Rose. HEX triplet: EF, 3A and AF. RGB value is (239,58,175). Sum of RGB (Red+Green+Blue) = 239+58+175=472 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.64% from 472); Green value is 58 (23.05% from 255 or 12.29% from 472); Blue value is 175 (68.75% from 255 or 37.08% from 472); Max value from RGB is 239 - color contains mainly: red. Hex color #EF3AAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF3AAF is #10C550. Grayscale: #7D7D7D. Windows color (decimal): -1099089 or 11483887. OLE color: 11483887.
HSL color Cylindrical-coordinate representation of color #EF3AAF: hue angle of 321.22º 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 #EF3AAF is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 58 | 175 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.06 |
| HSL | 321.22º | 0.85% | 0.58% | - |
| HSV(B) | 321.22º | 0.76% | 0.94% | - |
| XYZ | 44.85 | 24.47 | 42.92 | - |
| YUV | 125.46 | 155.97 | 208.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 58 | 175 | 0 | 0.76 | 0.27 | 0.06 | 321.22 | 0.85 | 0.58 |
| Hex | EF | 3A | AF | 0 | 4C | 1B | 6 | 141 | 55 | 3A |
| Octal | 357 | 72 | 257 | 0 | 114 | 33 | 6 | 501 | 125 | 72 |
| Binary | 11101111 | 111010 | 10101111 | 0 | 1001100 | 11011 | 110 | 101000001 | 1010101 | 111010 |
Color Harmonies of #EF3AAF
Complementary color
Monochromatic Colors of #EF3AAF
Black with #EF3AAF
Text Example
Text Example
White with #EF3AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF3AAF; }
p { color: rgb(239,58,175); }
H1.HeaderClassName
{
color: #EF3AAF;
}
.AnyTagClassName
{
color: #EF3AAF;
}
</style>
background-color css
<style>
a { background-color: #EF3AAF; }
a { background-color: rgb(239,58,175); }
div.DivClassName
{
background-color: #EF3AAF;
}
.BgClassName
{
background-color: #EF3AAF;
}
</style>
border-color css
<style>
span { border-color: #EF3AAF; }
span { border-color: rgb(239,58,175); }
td.TdClassName
{
border-color: #EF3AAF;
}
.TagClassName
{
border-color: #EF3AAF;
}
</style>