Shades of Persian Rose #E13BAE
Tints of Persian Rose #E13BAE
RGB
CMYK
RGB Variations
Color information
#E13BAE (or 0xE13BAE) is known color: Persian Rose. HEX triplet: E1, 3B and AE. RGB value is (225,59,174). Sum of RGB (Red+Green+Blue) = 225+59+174=458 (60% of max value = 765). Red value is 225 (88.28% from 255 or 49.13% from 458); Green value is 59 (23.44% from 255 or 12.88% from 458); Blue value is 174 (68.36% from 255 or 37.99% from 458); Max value from RGB is 225 - color contains mainly: red. Hex color #E13BAE is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E13BAE is #1EC451. Grayscale: #797979. Windows color (decimal): -2016338 or 11418593. OLE color: 11418593.
HSL color Cylindrical-coordinate representation of color #E13BAE: hue angle of 318.43º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E13BAE is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 59 | 174 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.12 |
| HSL | 318.43º | 0.73% | 0.56% | - |
| HSV(B) | 318.43º | 0.74% | 0.88% | - |
| XYZ | 40.26 | 22.19 | 42.21 | - |
| YUV | 121.74 | 157.5 | 201.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 59 | 174 | 0 | 0.74 | 0.23 | 0.12 | 318.43 | 0.73 | 0.56 |
| Hex | E1 | 3B | AE | 0 | 4A | 17 | C | 13E | 49 | 38 |
| Octal | 341 | 73 | 256 | 0 | 112 | 27 | 14 | 476 | 111 | 70 |
| Binary | 11100001 | 111011 | 10101110 | 0 | 1001010 | 10111 | 1100 | 100111110 | 1001001 | 111000 |
Color Harmonies of #E13BAE
Complementary color
Monochromatic Colors of #E13BAE
Black with #E13BAE
Text Example
Text Example
White with #E13BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E13BAE; }
p { color: rgb(225,59,174); }
H1.HeaderClassName
{
color: #E13BAE;
}
.AnyTagClassName
{
color: #E13BAE;
}
</style>
background-color css
<style>
a { background-color: #E13BAE; }
a { background-color: rgb(225,59,174); }
div.DivClassName
{
background-color: #E13BAE;
}
.BgClassName
{
background-color: #E13BAE;
}
</style>
border-color css
<style>
span { border-color: #E13BAE; }
span { border-color: rgb(225,59,174); }
td.TdClassName
{
border-color: #E13BAE;
}
.TagClassName
{
border-color: #E13BAE;
}
</style>