Shades of Persian Rose #E532B3
Tints of Persian Rose #E532B3
RGB
CMYK
RGB Variations
Color information
#E532B3 (or 0xE532B3) is known color: Persian Rose. HEX triplet: E5, 32 and B3. RGB value is (229,50,179). Sum of RGB (Red+Green+Blue) = 229+50+179=458 (60% of max value = 765). Red value is 229 (89.84% from 255 or 50% from 458); Green value is 50 (19.92% from 255 or 10.92% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 229 - color contains mainly: red. Hex color #E532B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E532B3 is #1ACD4C. Grayscale: #757575. Windows color (decimal): -1756493 or 11743973. OLE color: 11743973.
HSL color Cylindrical-coordinate representation of color #E532B3: hue angle of 316.76º 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 #E532B3 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 50 | 179 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.10 |
| HSL | 316.76º | 0.77% | 0.55% | - |
| HSV(B) | 316.76º | 0.78% | 0.9% | - |
| XYZ | 41.59 | 22.19 | 44.74 | - |
| YUV | 118.23 | 162.3 | 207.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 50 | 179 | 0 | 0.78 | 0.22 | 0.10 | 316.76 | 0.77 | 0.55 |
| Hex | E5 | 32 | B3 | 0 | 4E | 16 | A | 13D | 4D | 37 |
| Octal | 345 | 62 | 263 | 0 | 116 | 26 | 12 | 475 | 115 | 67 |
| Binary | 11100101 | 110010 | 10110011 | 0 | 1001110 | 10110 | 1010 | 100111101 | 1001101 | 110111 |
Color Harmonies of #E532B3
Complementary color
Monochromatic Colors of #E532B3
Black with #E532B3
Text Example
Text Example
White with #E532B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E532B3; }
p { color: rgb(229,50,179); }
H1.HeaderClassName
{
color: #E532B3;
}
.AnyTagClassName
{
color: #E532B3;
}
</style>
background-color css
<style>
a { background-color: #E532B3; }
a { background-color: rgb(229,50,179); }
div.DivClassName
{
background-color: #E532B3;
}
.BgClassName
{
background-color: #E532B3;
}
</style>
border-color css
<style>
span { border-color: #E532B3; }
span { border-color: rgb(229,50,179); }
td.TdClassName
{
border-color: #E532B3;
}
.TagClassName
{
border-color: #E532B3;
}
</style>