Shades of Persian Rose #E036B3
Tints of Persian Rose #E036B3
RGB
CMYK
RGB Variations
Color information
#E036B3 (or 0xE036B3) is known color: Persian Rose. HEX triplet: E0, 36 and B3. RGB value is (224,54,179). Sum of RGB (Red+Green+Blue) = 224+54+179=457 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.02% from 457); Green value is 54 (21.48% from 255 or 11.82% from 457); Blue value is 179 (70.31% from 255 or 39.17% from 457); Max value from RGB is 224 - color contains mainly: red. Hex color #E036B3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E036B3 is #1FC94C. Grayscale: #767676. Windows color (decimal): -2083149 or 11744992. OLE color: 11744992.
HSL color Cylindrical-coordinate representation of color #E036B3: hue angle of 315.88º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E036B3 is Cyan = 0, Magento = 0.76, Yellow = 0.20 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 54 | 179 | - |
| CMYK | 0 | 0.76 | 0.20 | 0.12 |
| HSL | 315.88º | 0.73% | 0.55% | - |
| HSV(B) | 315.88º | 0.76% | 0.88% | - |
| XYZ | 40.2 | 21.74 | 44.73 | - |
| YUV | 119.08 | 161.82 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 54 | 179 | 0 | 0.76 | 0.20 | 0.12 | 315.88 | 0.73 | 0.55 |
| Hex | E0 | 36 | B3 | 0 | 4C | 14 | C | 13C | 49 | 37 |
| Octal | 340 | 66 | 263 | 0 | 114 | 24 | 14 | 474 | 111 | 67 |
| Binary | 11100000 | 110110 | 10110011 | 0 | 1001100 | 10100 | 1100 | 100111100 | 1001001 | 110111 |
Color Harmonies of #E036B3
Complementary color
Monochromatic Colors of #E036B3
Black with #E036B3
Text Example
Text Example
White with #E036B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E036B3; }
p { color: rgb(224,54,179); }
H1.HeaderClassName
{
color: #E036B3;
}
.AnyTagClassName
{
color: #E036B3;
}
</style>
background-color css
<style>
a { background-color: #E036B3; }
a { background-color: rgb(224,54,179); }
div.DivClassName
{
background-color: #E036B3;
}
.BgClassName
{
background-color: #E036B3;
}
</style>
border-color css
<style>
span { border-color: #E036B3; }
span { border-color: rgb(224,54,179); }
td.TdClassName
{
border-color: #E036B3;
}
.TagClassName
{
border-color: #E036B3;
}
</style>