Shades of Persian Rose #EF40AF
Tints of Persian Rose #EF40AF
RGB
CMYK
RGB Variations
Color information
#EF40AF (or 0xEF40AF) is known color: Persian Rose. HEX triplet: EF, 40 and AF. RGB value is (239,64,175). Sum of RGB (Red+Green+Blue) = 239+64+175=478 (63% of max value = 765). Red value is 239 (93.75% from 255 or 50% from 478); Green value is 64 (25.39% from 255 or 13.39% from 478); Blue value is 175 (68.75% from 255 or 36.61% from 478); Max value from RGB is 239 - color contains mainly: red. Hex color #EF40AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF40AF is #10BF50. Grayscale: #808080. Windows color (decimal): -1097553 or 11485423. OLE color: 11485423.
HSL color Cylindrical-coordinate representation of color #EF40AF: hue angle of 321.94º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EF40AF is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 64 | 175 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.06 |
| HSL | 321.94º | 0.85% | 0.59% | - |
| HSV(B) | 321.94º | 0.73% | 0.94% | - |
| XYZ | 45.17 | 25.11 | 43.02 | - |
| YUV | 128.98 | 153.98 | 206.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 64 | 175 | 0 | 0.73 | 0.27 | 0.06 | 321.94 | 0.85 | 0.59 |
| Hex | EF | 40 | AF | 0 | 49 | 1B | 6 | 142 | 55 | 3B |
| Octal | 357 | 100 | 257 | 0 | 111 | 33 | 6 | 502 | 125 | 73 |
| Binary | 11101111 | 1000000 | 10101111 | 0 | 1001001 | 11011 | 110 | 101000010 | 1010101 | 111011 |
Color Harmonies of #EF40AF
Complementary color
Monochromatic Colors of #EF40AF
Black with #EF40AF
Text Example
Text Example
White with #EF40AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF40AF; }
p { color: rgb(239,64,175); }
H1.HeaderClassName
{
color: #EF40AF;
}
.AnyTagClassName
{
color: #EF40AF;
}
</style>
background-color css
<style>
a { background-color: #EF40AF; }
a { background-color: rgb(239,64,175); }
div.DivClassName
{
background-color: #EF40AF;
}
.BgClassName
{
background-color: #EF40AF;
}
</style>
border-color css
<style>
span { border-color: #EF40AF; }
span { border-color: rgb(239,64,175); }
td.TdClassName
{
border-color: #EF40AF;
}
.TagClassName
{
border-color: #EF40AF;
}
</style>