Shades of Persian Rose #EF31B0
Tints of Persian Rose #EF31B0
RGB
CMYK
RGB Variations
Color information
#EF31B0 (or 0xEF31B0) is known color: Persian Rose. HEX triplet: EF, 31 and B0. RGB value is (239,49,176). Sum of RGB (Red+Green+Blue) = 239+49+176=464 (61% of max value = 765). Red value is 239 (93.75% from 255 or 51.51% from 464); Green value is 49 (19.53% from 255 or 10.56% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 239 - color contains mainly: red. Hex color #EF31B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EF31B0 is #10CE4F. Grayscale: #777777. Windows color (decimal): -1101392 or 11547119. OLE color: 11547119.
HSL color Cylindrical-coordinate representation of color #EF31B0: hue angle of 319.89º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EF31B0 is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 239 | 49 | 176 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.06 |
| HSL | 319.89º | 0.86% | 0.56% | - |
| HSV(B) | 319.89º | 0.79% | 0.94% | - |
| XYZ | 44.53 | 23.68 | 43.3 | - |
| YUV | 120.29 | 159.45 | 212.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 239 | 49 | 176 | 0 | 0.79 | 0.26 | 0.06 | 319.89 | 0.86 | 0.56 |
| Hex | EF | 31 | B0 | 0 | 4F | 1A | 6 | 140 | 56 | 38 |
| Octal | 357 | 61 | 260 | 0 | 117 | 32 | 6 | 500 | 126 | 70 |
| Binary | 11101111 | 110001 | 10110000 | 0 | 1001111 | 11010 | 110 | 101000000 | 1010110 | 111000 |
Color Harmonies of #EF31B0
Complementary color
Monochromatic Colors of #EF31B0
Black with #EF31B0
Text Example
Text Example
White with #EF31B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EF31B0; }
p { color: rgb(239,49,176); }
H1.HeaderClassName
{
color: #EF31B0;
}
.AnyTagClassName
{
color: #EF31B0;
}
</style>
background-color css
<style>
a { background-color: #EF31B0; }
a { background-color: rgb(239,49,176); }
div.DivClassName
{
background-color: #EF31B0;
}
.BgClassName
{
background-color: #EF31B0;
}
</style>
border-color css
<style>
span { border-color: #EF31B0; }
span { border-color: rgb(239,49,176); }
td.TdClassName
{
border-color: #EF31B0;
}
.TagClassName
{
border-color: #EF31B0;
}
</style>