Shades of Persian Rose #E040B0
Tints of Persian Rose #E040B0
RGB
CMYK
RGB Variations
Color information
#E040B0 (or 0xE040B0) is known color: Persian Rose. HEX triplet: E0, 40 and B0. RGB value is (224,64,176). Sum of RGB (Red+Green+Blue) = 224+64+176=464 (61% of max value = 765). Red value is 224 (87.89% from 255 or 48.28% from 464); Green value is 64 (25.39% from 255 or 13.79% from 464); Blue value is 176 (69.14% from 255 or 37.93% from 464); Max value from RGB is 224 - color contains mainly: red. Hex color #E040B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E040B0 is #1FBF4F. Grayscale: #7C7C7C. Windows color (decimal): -2080592 or 11550944. OLE color: 11550944.
HSL color Cylindrical-coordinate representation of color #E040B0: hue angle of 318º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040B0 is Cyan = 0, Magento = 0.71, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 176 | - |
| CMYK | 0 | 0.71 | 0.21 | 0.12 |
| HSL | 318º | 0.72% | 0.56% | - |
| HSV(B) | 318º | 0.71% | 0.88% | - |
| XYZ | 40.41 | 22.65 | 43.32 | - |
| YUV | 124.61 | 157.01 | 198.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 176 | 0 | 0.71 | 0.21 | 0.12 | 318 | 0.72 | 0.56 |
| Hex | E0 | 40 | B0 | 0 | 47 | 15 | C | 13E | 48 | 38 |
| Octal | 340 | 100 | 260 | 0 | 107 | 25 | 14 | 476 | 110 | 70 |
| Binary | 11100000 | 1000000 | 10110000 | 0 | 1000111 | 10101 | 1100 | 100111110 | 1001000 | 111000 |
Color Harmonies of #E040B0
Complementary color
Monochromatic Colors of #E040B0
Black with #E040B0
Text Example
Text Example
White with #E040B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040B0; }
p { color: rgb(224,64,176); }
H1.HeaderClassName
{
color: #E040B0;
}
.AnyTagClassName
{
color: #E040B0;
}
</style>
background-color css
<style>
a { background-color: #E040B0; }
a { background-color: rgb(224,64,176); }
div.DivClassName
{
background-color: #E040B0;
}
.BgClassName
{
background-color: #E040B0;
}
</style>
border-color css
<style>
span { border-color: #E040B0; }
span { border-color: rgb(224,64,176); }
td.TdClassName
{
border-color: #E040B0;
}
.TagClassName
{
border-color: #E040B0;
}
</style>