Shades of Persian Rose #E335AB
Tints of Persian Rose #E335AB
RGB
CMYK
RGB Variations
Color information
#E335AB (or 0xE335AB) is known color: Persian Rose. HEX triplet: E3, 35 and AB. RGB value is (227,53,171). Sum of RGB (Red+Green+Blue) = 227+53+171=451 (59% of max value = 765). Red value is 227 (89.06% from 255 or 50.33% from 451); Green value is 53 (21.09% from 255 or 11.75% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 227 - color contains mainly: red. Hex color #E335AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E335AB is #1CCA54. Grayscale: #767676. Windows color (decimal): -1886805 or 11220451. OLE color: 11220451.
HSL color Cylindrical-coordinate representation of color #E335AB: hue angle of 319.31º 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 #E335AB is Cyan = 0, Magento = 0.77, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 53 | 171 | - |
| CMYK | 0 | 0.77 | 0.25 | 0.11 |
| HSL | 319.31º | 0.76% | 0.55% | - |
| HSV(B) | 319.31º | 0.77% | 0.89% | - |
| XYZ | 40.3 | 21.82 | 40.62 | - |
| YUV | 118.48 | 157.65 | 205.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 53 | 171 | 0 | 0.77 | 0.25 | 0.11 | 319.31 | 0.76 | 0.55 |
| Hex | E3 | 35 | AB | 0 | 4D | 19 | B | 13F | 4C | 37 |
| Octal | 343 | 65 | 253 | 0 | 115 | 31 | 13 | 477 | 114 | 67 |
| Binary | 11100011 | 110101 | 10101011 | 0 | 1001101 | 11001 | 1011 | 100111111 | 1001100 | 110111 |
Color Harmonies of #E335AB
Complementary color
Monochromatic Colors of #E335AB
Black with #E335AB
Text Example
Text Example
White with #E335AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E335AB; }
p { color: rgb(227,53,171); }
H1.HeaderClassName
{
color: #E335AB;
}
.AnyTagClassName
{
color: #E335AB;
}
</style>
background-color css
<style>
a { background-color: #E335AB; }
a { background-color: rgb(227,53,171); }
div.DivClassName
{
background-color: #E335AB;
}
.BgClassName
{
background-color: #E335AB;
}
</style>
border-color css
<style>
span { border-color: #E335AB; }
span { border-color: rgb(227,53,171); }
td.TdClassName
{
border-color: #E335AB;
}
.TagClassName
{
border-color: #E335AB;
}
</style>