Shades of Persian Rose #E33AAB
Tints of Persian Rose #E33AAB
RGB
CMYK
RGB Variations
Color information
#E33AAB (or 0xE33AAB) is known color: Persian Rose. HEX triplet: E3, 3A and AB. RGB value is (227,58,171). Sum of RGB (Red+Green+Blue) = 227+58+171=456 (60% of max value = 765). Red value is 227 (89.06% from 255 or 49.78% from 456); Green value is 58 (23.05% from 255 or 12.72% from 456); Blue value is 171 (67.19% from 255 or 37.5% from 456); Max value from RGB is 227 - color contains mainly: red. Hex color #E33AAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E33AAB is #1CC554. Grayscale: #797979. Windows color (decimal): -1885525 or 11221731. OLE color: 11221731.
HSL color Cylindrical-coordinate representation of color #E33AAB: hue angle of 319.88º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E33AAB is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 58 | 171 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.11 |
| HSL | 319.88º | 0.75% | 0.56% | - |
| HSV(B) | 319.88º | 0.74% | 0.89% | - |
| XYZ | 40.54 | 22.3 | 40.7 | - |
| YUV | 121.41 | 155.99 | 203.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 58 | 171 | 0 | 0.74 | 0.25 | 0.11 | 319.88 | 0.75 | 0.56 |
| Hex | E3 | 3A | AB | 0 | 4A | 19 | B | 140 | 4B | 38 |
| Octal | 343 | 72 | 253 | 0 | 112 | 31 | 13 | 500 | 113 | 70 |
| Binary | 11100011 | 111010 | 10101011 | 0 | 1001010 | 11001 | 1011 | 101000000 | 1001011 | 111000 |
Color Harmonies of #E33AAB
Complementary color
Monochromatic Colors of #E33AAB
Black with #E33AAB
Text Example
Text Example
White with #E33AAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33AAB; }
p { color: rgb(227,58,171); }
H1.HeaderClassName
{
color: #E33AAB;
}
.AnyTagClassName
{
color: #E33AAB;
}
</style>
background-color css
<style>
a { background-color: #E33AAB; }
a { background-color: rgb(227,58,171); }
div.DivClassName
{
background-color: #E33AAB;
}
.BgClassName
{
background-color: #E33AAB;
}
</style>
border-color css
<style>
span { border-color: #E33AAB; }
span { border-color: rgb(227,58,171); }
td.TdClassName
{
border-color: #E33AAB;
}
.TagClassName
{
border-color: #E33AAB;
}
</style>