Shades of Persian Rose #E330B1
Tints of Persian Rose #E330B1
RGB
CMYK
RGB Variations
Color information
#E330B1 (or 0xE330B1) is known color: Persian Rose. HEX triplet: E3, 30 and B1. RGB value is (227,48,177). Sum of RGB (Red+Green+Blue) = 227+48+177=452 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.22% from 452); Green value is 48 (19.14% from 255 or 10.62% from 452); Blue value is 177 (69.53% from 255 or 39.16% from 452); Max value from RGB is 227 - color contains mainly: red. Hex color #E330B1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E330B1 is #1CCF4E. Grayscale: #737373. Windows color (decimal): -1888079 or 11612387. OLE color: 11612387.
HSL color Cylindrical-coordinate representation of color #E330B1: hue angle of 316.76º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E330B1 is Cyan = 0, Magento = 0.79, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 48 | 177 | - |
| CMYK | 0 | 0.79 | 0.22 | 0.11 |
| HSL | 316.76º | 0.76% | 0.54% | - |
| HSV(B) | 316.76º | 0.79% | 0.89% | - |
| XYZ | 40.67 | 21.62 | 43.62 | - |
| YUV | 116.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 48 | 177 | 0 | 0.79 | 0.22 | 0.11 | 316.76 | 0.76 | 0.54 |
| Hex | E3 | 30 | B1 | 0 | 4F | 16 | B | 13D | 4C | 36 |
| Octal | 343 | 60 | 261 | 0 | 117 | 26 | 13 | 475 | 114 | 66 |
| Binary | 11100011 | 110000 | 10110001 | 0 | 1001111 | 10110 | 1011 | 100111101 | 1001100 | 110110 |
Color Harmonies of #E330B1
Complementary color
Monochromatic Colors of #E330B1
Black with #E330B1
Text Example
Text Example
White with #E330B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E330B1; }
p { color: rgb(227,48,177); }
H1.HeaderClassName
{
color: #E330B1;
}
.AnyTagClassName
{
color: #E330B1;
}
</style>
background-color css
<style>
a { background-color: #E330B1; }
a { background-color: rgb(227,48,177); }
div.DivClassName
{
background-color: #E330B1;
}
.BgClassName
{
background-color: #E330B1;
}
</style>
border-color css
<style>
span { border-color: #E330B1; }
span { border-color: rgb(227,48,177); }
td.TdClassName
{
border-color: #E330B1;
}
.TagClassName
{
border-color: #E330B1;
}
</style>