Shades of Persian Rose #EF37AF
Tints of Persian Rose #EF37AF
RGB
CMYK
RGB Variations
Color information
#EF37AF (or 0xEF37AF) is known color: Persian Rose. HEX triplet: EF, 37 and AF. RGB value is (239,55,175). Sum of RGB (Red+Green+Blue) = 239+55+175=469 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.96% from 469); Green value is 55 (21.88% from 255 or 11.73% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF37AF is #10C850. Grayscale: #7B7B7B. Windows color (decimal): -1099857 or 11483119. OLE color: 11483119.
HSL color Cylindrical-coordinate representation of color #EF37AF: hue angle of 320.87º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EF37AF is Cyan = 0, Magento = 0.77, Yellow = 0.27 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 175 | - |
| CMYK | 0 | 0.77 | 0.27 | 0.06 |
| HSL | 320.87º | 0.85% | 0.58% | - |
| HSV(B) | 320.87º | 0.77% | 0.94% | - |
| XYZ | 44.7 | 24.18 | 42.87 | - |
| YUV | 123.7 | 156.96 | 210.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 175 | 0 | 0.77 | 0.27 | 0.06 | 320.87 | 0.85 | 0.58 |
| Hex | EF | 37 | AF | 0 | 4D | 1B | 6 | 141 | 55 | 3A |
| Octal | 357 | 67 | 257 | 0 | 115 | 33 | 6 | 501 | 125 | 72 |
| Binary | 11101111 | 110111 | 10101111 | 0 | 1001101 | 11011 | 110 | 101000001 | 1010101 | 111010 |
Color Harmonies of #EF37AF
Complementary color
Monochromatic Colors of #EF37AF
Black with #EF37AF
Text Example
Text Example
White with #EF37AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37AF; }
p { color: rgb(239,55,175); }
H1.HeaderClassName
{
color: #EF37AF;
}
.AnyTagClassName
{
color: #EF37AF;
}
</style>
background-color css
<style>
a { background-color: #EF37AF; }
a { background-color: rgb(239,55,175); }
div.DivClassName
{
background-color: #EF37AF;
}
.BgClassName
{
background-color: #EF37AF;
}
</style>
border-color css
<style>
span { border-color: #EF37AF; }
span { border-color: rgb(239,55,175); }
td.TdClassName
{
border-color: #EF37AF;
}
.TagClassName
{
border-color: #EF37AF;
}
</style>