Shades of Persian Rose #E631B0
Tints of Persian Rose #E631B0
RGB
CMYK
RGB Variations
Color information
#E631B0 (or 0xE631B0) is known color: Persian Rose. HEX triplet: E6, 31 and B0. RGB value is (230,49,176). Sum of RGB (Red+Green+Blue) = 230+49+176=455 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.55% from 455); Green value is 49 (19.53% from 255 or 10.77% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 230 - color contains mainly: red. Hex color #E631B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E631B0 is #19CE4F. Grayscale: #757575. Windows color (decimal): -1691216 or 11547110. OLE color: 11547110.
HSL color Cylindrical-coordinate representation of color #E631B0: hue angle of 317.9º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E631B0 is Cyan = 0, Magento = 0.79, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 49 | 176 | - |
| CMYK | 0 | 0.79 | 0.23 | 0.10 |
| HSL | 317.9º | 0.78% | 0.55% | - |
| HSV(B) | 317.9º | 0.79% | 0.9% | - |
| XYZ | 41.57 | 22.15 | 43.16 | - |
| YUV | 117.6 | 160.97 | 208.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 49 | 176 | 0 | 0.79 | 0.23 | 0.10 | 317.9 | 0.78 | 0.55 |
| Hex | E6 | 31 | B0 | 0 | 4F | 17 | A | 13E | 4E | 37 |
| Octal | 346 | 61 | 260 | 0 | 117 | 27 | 12 | 476 | 116 | 67 |
| Binary | 11100110 | 110001 | 10110000 | 0 | 1001111 | 10111 | 1010 | 100111110 | 1001110 | 110111 |
Color Harmonies of #E631B0
Complementary color
Monochromatic Colors of #E631B0
Black with #E631B0
Text Example
Text Example
White with #E631B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E631B0; }
p { color: rgb(230,49,176); }
H1.HeaderClassName
{
color: #E631B0;
}
.AnyTagClassName
{
color: #E631B0;
}
</style>
background-color css
<style>
a { background-color: #E631B0; }
a { background-color: rgb(230,49,176); }
div.DivClassName
{
background-color: #E631B0;
}
.BgClassName
{
background-color: #E631B0;
}
</style>
border-color css
<style>
span { border-color: #E631B0; }
span { border-color: rgb(230,49,176); }
td.TdClassName
{
border-color: #E631B0;
}
.TagClassName
{
border-color: #E631B0;
}
</style>