Shades of Persian Rose #E335B0
Tints of Persian Rose #E335B0
RGB
CMYK
RGB Variations
Color information
#E335B0 (or 0xE335B0) is known color: Persian Rose. HEX triplet: E3, 35 and B0. RGB value is (227,53,176). Sum of RGB (Red+Green+Blue) = 227+53+176=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 53 (21.09% from 255 or 11.62% from 456); Blue value is 176 (69.14% from 255 or 38.60% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E335B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E335B0 is #1CCA4F. Grayscale: #767676. Windows color (decimal): -1886800 or 11548131. OLE color: 11548131.
HSL color Cylindrical-coordinate representation of color #E335B0: hue angle of 317.59º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E335B0 is Cyan = 0, Magento = 0.77, Yellow = 0.22 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 176 | - |
| CMYK | 0 | 0.77 | 0.22 | 0.11 |
| HSL | 317.59º | 0.76% | 0.55% | - |
| HSV(B) | 317.59º | 0.77% | 0.89% | - |
| XYZ | 40.79 | 22.01 | 43.17 | - |
| YUV | 119.05 | 160.15 | 205 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 176 | 0 | 0.77 | 0.22 | 0.11 | 317.59 | 0.76 | 0.55 |
| Hex | E3 | 35 | B0 | 0 | 4D | 16 | B | 13E | 4C | 37 |
| Octal | 343 | 65 | 260 | 0 | 115 | 26 | 13 | 476 | 114 | 67 |
| Binary | 11100011 | 110101 | 10110000 | 0 | 1001101 | 10110 | 1011 | 100111110 | 1001100 | 110111 |
Color Harmonies of #E335B0
Complementary color
Monochromatic Colors of #E335B0
Black with #E335B0
Text Example
Text Example
White with #E335B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335B0; }
p { color: rgb(227,53,176); }
H1.HeaderClassName
{
color: #E335B0;
}
.AnyTagClassName
{
color: #E335B0;
}
</style>
background-color css
<style>
a { background-color: #E335B0; }
a { background-color: rgb(227,53,176); }
div.DivClassName
{
background-color: #E335B0;
}
.BgClassName
{
background-color: #E335B0;
}
</style>
border-color css
<style>
span { border-color: #E335B0; }
span { border-color: rgb(227,53,176); }
td.TdClassName
{
border-color: #E335B0;
}
.TagClassName
{
border-color: #E335B0;
}
</style>