Shades of Persian Rose #E931B1
Tints of Persian Rose #E931B1
RGB
CMYK
RGB Variations
Color information
#E931B1 (or 0xE931B1) is known color: Persian Rose. HEX triplet: E9, 31 and B1. RGB value is (233,49,177). Sum of RGB (Red+Green+Blue) = 233+49+177=459 (60% of max value = 765). Red value is 233 (91.41% from 255 or 50.76% from 459); Green value is 49 (19.53% from 255 or 10.68% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 233 - color contains mainly: red. Hex color #E931B1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E931B1 is #16CE4E. Grayscale: #767676. Windows color (decimal): -1494607 or 11612649. OLE color: 11612649.
HSL color Cylindrical-coordinate representation of color #E931B1: hue angle of 318.26º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E931B1 is Cyan = 0, Magento = 0.79, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 49 | 177 | - |
| CMYK | 0 | 0.79 | 0.24 | 0.09 |
| HSL | 318.26º | 0.81% | 0.55% | - |
| HSV(B) | 318.26º | 0.79% | 0.91% | - |
| XYZ | 42.64 | 22.69 | 43.73 | - |
| YUV | 118.61 | 160.96 | 209.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 49 | 177 | 0 | 0.79 | 0.24 | 0.09 | 318.26 | 0.81 | 0.55 |
| Hex | E9 | 31 | B1 | 0 | 4F | 18 | 9 | 13E | 51 | 37 |
| Octal | 351 | 61 | 261 | 0 | 117 | 30 | 11 | 476 | 121 | 67 |
| Binary | 11101001 | 110001 | 10110001 | 0 | 1001111 | 11000 | 1001 | 100111110 | 1010001 | 110111 |
Color Harmonies of #E931B1
Complementary color
Monochromatic Colors of #E931B1
Black with #E931B1
Text Example
Text Example
White with #E931B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E931B1; }
p { color: rgb(233,49,177); }
H1.HeaderClassName
{
color: #E931B1;
}
.AnyTagClassName
{
color: #E931B1;
}
</style>
background-color css
<style>
a { background-color: #E931B1; }
a { background-color: rgb(233,49,177); }
div.DivClassName
{
background-color: #E931B1;
}
.BgClassName
{
background-color: #E931B1;
}
</style>
border-color css
<style>
span { border-color: #E931B1; }
span { border-color: rgb(233,49,177); }
td.TdClassName
{
border-color: #E931B1;
}
.TagClassName
{
border-color: #E931B1;
}
</style>