Shades of Persian Rose #E533B3
Tints of Persian Rose #E533B3
RGB
CMYK
RGB Variations
Color information
#E533B3 (or 0xE533B3) is known color: Persian Rose. HEX triplet: E5, 33 and B3. RGB value is (229,51,179). Sum of RGB (Red+Green+Blue) = 229+51+179=459 (60% of max value = 765). Red value is 229 (89.84% from 255 or 49.89% from 459); Green value is 51 (20.31% from 255 or 11.11% from 459); Blue value is 179 (70.31% from 255 or 39.00% from 459); Max value from RGB is 229 - color contains mainly: red. Hex color #E533B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E533B3 is #1ACC4C. Grayscale: #767676. Windows color (decimal): -1756237 or 11744229. OLE color: 11744229.
HSL color Cylindrical-coordinate representation of color #E533B3: hue angle of 316.85º 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 #E533B3 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 51 | 179 | - |
| CMYK | 0 | 0.78 | 0.22 | 0.10 |
| HSL | 316.85º | 0.77% | 0.55% | - |
| HSV(B) | 316.85º | 0.78% | 0.9% | - |
| XYZ | 41.63 | 22.28 | 44.75 | - |
| YUV | 118.81 | 161.97 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 51 | 179 | 0 | 0.78 | 0.22 | 0.10 | 316.85 | 0.77 | 0.55 |
| Hex | E5 | 33 | B3 | 0 | 4E | 16 | A | 13D | 4D | 37 |
| Octal | 345 | 63 | 263 | 0 | 116 | 26 | 12 | 475 | 115 | 67 |
| Binary | 11100101 | 110011 | 10110011 | 0 | 1001110 | 10110 | 1010 | 100111101 | 1001101 | 110111 |
Color Harmonies of #E533B3
Complementary color
Monochromatic Colors of #E533B3
Black with #E533B3
Text Example
Text Example
White with #E533B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E533B3; }
p { color: rgb(229,51,179); }
H1.HeaderClassName
{
color: #E533B3;
}
.AnyTagClassName
{
color: #E533B3;
}
</style>
background-color css
<style>
a { background-color: #E533B3; }
a { background-color: rgb(229,51,179); }
div.DivClassName
{
background-color: #E533B3;
}
.BgClassName
{
background-color: #E533B3;
}
</style>
border-color css
<style>
span { border-color: #E533B3; }
span { border-color: rgb(229,51,179); }
td.TdClassName
{
border-color: #E533B3;
}
.TagClassName
{
border-color: #E533B3;
}
</style>