Shades of Persian Rose #EF37B4
Tints of Persian Rose #EF37B4
RGB
CMYK
RGB Variations
Color information
#EF37B4 (or 0xEF37B4) is known color: Persian Rose. HEX triplet: EF, 37 and B4. RGB value is (239,55,180). Sum of RGB (Red+Green+Blue) = 239+55+180=474 (62% of max value = 765). Red value is 239 (93.75% from 255 or 50.42% from 474); Green value is 55 (21.88% from 255 or 11.60% from 474); Blue value is 180 (70.70% from 255 or 37.97% from 474); Max value from RGB is 239 - color contains mainly: red. Hex color #EF37B4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EF37B4 is #10C84B. Grayscale: #7B7B7B. Windows color (decimal): -1099852 or 11810799. OLE color: 11810799.
HSL color Cylindrical-coordinate representation of color #EF37B4: hue angle of 319.24º 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 #EF37B4 is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 55 | 180 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.06 |
| HSL | 319.24º | 0.85% | 0.58% | - |
| HSV(B) | 319.24º | 0.77% | 0.94% | - |
| XYZ | 45.2 | 24.38 | 45.5 | - |
| YUV | 124.27 | 159.46 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 55 | 180 | 0 | 0.77 | 0.25 | 0.06 | 319.24 | 0.85 | 0.58 |
| Hex | EF | 37 | B4 | 0 | 4D | 19 | 6 | 13F | 55 | 3A |
| Octal | 357 | 67 | 264 | 0 | 115 | 31 | 6 | 477 | 125 | 72 |
| Binary | 11101111 | 110111 | 10110100 | 0 | 1001101 | 11001 | 110 | 100111111 | 1010101 | 111010 |
Color Harmonies of #EF37B4
Complementary color
Monochromatic Colors of #EF37B4
Black with #EF37B4
Text Example
Text Example
White with #EF37B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF37B4; }
p { color: rgb(239,55,180); }
H1.HeaderClassName
{
color: #EF37B4;
}
.AnyTagClassName
{
color: #EF37B4;
}
</style>
background-color css
<style>
a { background-color: #EF37B4; }
a { background-color: rgb(239,55,180); }
div.DivClassName
{
background-color: #EF37B4;
}
.BgClassName
{
background-color: #EF37B4;
}
</style>
border-color css
<style>
span { border-color: #EF37B4; }
span { border-color: rgb(239,55,180); }
td.TdClassName
{
border-color: #EF37B4;
}
.TagClassName
{
border-color: #EF37B4;
}
</style>