Shades of Persian Rose #EF37AD
Tints of Persian Rose #EF37AD
RGB
CMYK
RGB Variations
Color information
#EF37AD (or 0xEF37AD) is known color: Persian Rose. HEX triplet: EF, 37 and AD. RGB value is (239,55,173). Sum of RGB (Red+Green+Blue) = 239+55+173=467 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.18% from 467); Green value is 55 (21.88% from 255 or 11.78% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF37AD is #10C852. Grayscale: #7B7B7B. Windows color (decimal): -1099859 or 11352047. OLE color: 11352047.
HSL color Cylindrical-coordinate representation of color #EF37AD: hue angle of 321.52º 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 #EF37AD is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 173 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.06 |
| HSL | 321.52º | 0.85% | 0.58% | - |
| HSV(B) | 321.52º | 0.77% | 0.94% | - |
| XYZ | 44.51 | 24.1 | 41.84 | - |
| YUV | 123.47 | 155.96 | 210.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 173 | 0 | 0.77 | 0.28 | 0.06 | 321.52 | 0.85 | 0.58 |
| Hex | EF | 37 | AD | 0 | 4D | 1C | 6 | 142 | 55 | 3A |
| Octal | 357 | 67 | 255 | 0 | 115 | 34 | 6 | 502 | 125 | 72 |
| Binary | 11101111 | 110111 | 10101101 | 0 | 1001101 | 11100 | 110 | 101000010 | 1010101 | 111010 |
Color Harmonies of #EF37AD
Complementary color
Monochromatic Colors of #EF37AD
Black with #EF37AD
Text Example
Text Example
White with #EF37AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37AD; }
p { color: rgb(239,55,173); }
H1.HeaderClassName
{
color: #EF37AD;
}
.AnyTagClassName
{
color: #EF37AD;
}
</style>
background-color css
<style>
a { background-color: #EF37AD; }
a { background-color: rgb(239,55,173); }
div.DivClassName
{
background-color: #EF37AD;
}
.BgClassName
{
background-color: #EF37AD;
}
</style>
border-color css
<style>
span { border-color: #EF37AD; }
span { border-color: rgb(239,55,173); }
td.TdClassName
{
border-color: #EF37AD;
}
.TagClassName
{
border-color: #EF37AD;
}
</style>