Shades of Persian Rose #E538B3
Tints of Persian Rose #E538B3
RGB
CMYK
RGB Variations
Color information
#E538B3 (or 0xE538B3) is known color: Persian Rose. HEX triplet: E5, 38 and B3. RGB value is (229,56,179). Sum of RGB (Red+Green+Blue) = 229+56+179=464 (61% of max value = 765). Red value is 229 (89.84% from 255 or 49.35% from 464); Green value is 56 (22.27% from 255 or 12.07% from 464); Blue value is 179 (70.31% from 255 or 38.58% from 464); Max value from RGB is 229 - color contains mainly: red. Hex color #E538B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E538B3 is #1AC74C. Grayscale: #797979. Windows color (decimal): -1754957 or 11745509. OLE color: 11745509.
HSL color Cylindrical-coordinate representation of color #E538B3: hue angle of 317.34º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E538B3 is Cyan = 0, Magento = 0.76, Yellow = 0.22 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 56 | 179 | - |
| CMYK | 0 | 0.76 | 0.22 | 0.10 |
| HSL | 317.34º | 0.77% | 0.56% | - |
| HSV(B) | 317.34º | 0.76% | 0.9% | - |
| XYZ | 41.86 | 22.74 | 44.83 | - |
| YUV | 121.75 | 160.31 | 204.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 56 | 179 | 0 | 0.76 | 0.22 | 0.10 | 317.34 | 0.77 | 0.56 |
| Hex | E5 | 38 | B3 | 0 | 4C | 16 | A | 13D | 4D | 38 |
| Octal | 345 | 70 | 263 | 0 | 114 | 26 | 12 | 475 | 115 | 70 |
| Binary | 11100101 | 111000 | 10110011 | 0 | 1001100 | 10110 | 1010 | 100111101 | 1001101 | 111000 |
Color Harmonies of #E538B3
Complementary color
Monochromatic Colors of #E538B3
Black with #E538B3
Text Example
Text Example
White with #E538B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E538B3; }
p { color: rgb(229,56,179); }
H1.HeaderClassName
{
color: #E538B3;
}
.AnyTagClassName
{
color: #E538B3;
}
</style>
background-color css
<style>
a { background-color: #E538B3; }
a { background-color: rgb(229,56,179); }
div.DivClassName
{
background-color: #E538B3;
}
.BgClassName
{
background-color: #E538B3;
}
</style>
border-color css
<style>
span { border-color: #E538B3; }
span { border-color: rgb(229,56,179); }
td.TdClassName
{
border-color: #E538B3;
}
.TagClassName
{
border-color: #E538B3;
}
</style>