Shades of Persian Rose #E533AF
Tints of Persian Rose #E533AF
RGB
CMYK
RGB Variations
Color information
#E533AF (or 0xE533AF) is known color: Persian Rose. HEX triplet: E5, 33 and AF. RGB value is (229,51,175). Sum of RGB (Red+Green+Blue) = 229+51+175=455 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50.33% from 455); Green value is 51 (20.31% from 255 or 11.21% from 455); Blue value is 175 (68.75% from 255 or 38.46% from 455); Max value from RGB is 229 - color contains mainly: red. Hex color #E533AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E533AF is #1ACC50. Grayscale: #767676. Windows color (decimal): -1756241 or 11482085. OLE color: 11482085.
HSL color Cylindrical-coordinate representation of color #E533AF: hue angle of 318.2º degrees, saturation: 0.77, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E533AF is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 175 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.10 |
| HSL | 318.2º | 0.77% | 0.55% | - |
| HSV(B) | 318.2º | 0.78% | 0.9% | - |
| XYZ | 41.23 | 22.12 | 42.65 | - |
| YUV | 118.36 | 159.97 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 175 | 0 | 0.78 | 0.24 | 0.10 | 318.2 | 0.77 | 0.55 |
| Hex | E5 | 33 | AF | 0 | 4E | 18 | A | 13E | 4D | 37 |
| Octal | 345 | 63 | 257 | 0 | 116 | 30 | 12 | 476 | 115 | 67 |
| Binary | 11100101 | 110011 | 10101111 | 0 | 1001110 | 11000 | 1010 | 100111110 | 1001101 | 110111 |
Color Harmonies of #E533AF
Complementary color
Monochromatic Colors of #E533AF
Black with #E533AF
Text Example
Text Example
White with #E533AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533AF; }
p { color: rgb(229,51,175); }
H1.HeaderClassName
{
color: #E533AF;
}
.AnyTagClassName
{
color: #E533AF;
}
</style>
background-color css
<style>
a { background-color: #E533AF; }
a { background-color: rgb(229,51,175); }
div.DivClassName
{
background-color: #E533AF;
}
.BgClassName
{
background-color: #E533AF;
}
</style>
border-color css
<style>
span { border-color: #E533AF; }
span { border-color: rgb(229,51,175); }
td.TdClassName
{
border-color: #E533AF;
}
.TagClassName
{
border-color: #E533AF;
}
</style>