Shades of Persian Rose #E028A6
Tints of Persian Rose #E028A6
RGB
CMYK
RGB Variations
Color information
#E028A6 (or 0xE028A6) is known color: Persian Rose. HEX triplet: E0, 28 and A6. RGB value is (224,40,166). Sum of RGB (Red+Green+Blue) = 224+40+166=430 (56% of max value = 765). Red value is 224 (87.89% from 255 or 52.09% from 430); Green value is 40 (16.02% from 255 or 9.30% from 430); Blue value is 166 (65.23% from 255 or 38.60% from 430); Max value from RGB is 224 - color contains mainly: red. Hex color #E028A6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E028A6 is #1FD759. Grayscale: #6D6D6D. Windows color (decimal): -2086746 or 10889440. OLE color: 10889440.
HSL color Cylindrical-coordinate representation of color #E028A6: hue angle of 318.91º degrees, saturation: 0.75, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E028A6 is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 40 | 166 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.12 |
| HSL | 318.91º | 0.75% | 0.52% | - |
| HSV(B) | 318.91º | 0.82% | 0.88% | - |
| XYZ | 38.38 | 20.12 | 37.94 | - |
| YUV | 109.38 | 159.96 | 209.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 40 | 166 | 0 | 0.82 | 0.26 | 0.12 | 318.91 | 0.75 | 0.52 |
| Hex | E0 | 28 | A6 | 0 | 52 | 1A | C | 13F | 4B | 34 |
| Octal | 340 | 50 | 246 | 0 | 122 | 32 | 14 | 477 | 113 | 64 |
| Binary | 11100000 | 101000 | 10100110 | 0 | 1010010 | 11010 | 1100 | 100111111 | 1001011 | 110100 |
Color Harmonies of #E028A6
Complementary color
Monochromatic Colors of #E028A6
Black with #E028A6
Text Example
Text Example
White with #E028A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E028A6; }
p { color: rgb(224,40,166); }
H1.HeaderClassName
{
color: #E028A6;
}
.AnyTagClassName
{
color: #E028A6;
}
</style>
background-color css
<style>
a { background-color: #E028A6; }
a { background-color: rgb(224,40,166); }
div.DivClassName
{
background-color: #E028A6;
}
.BgClassName
{
background-color: #E028A6;
}
</style>
border-color css
<style>
span { border-color: #E028A6; }
span { border-color: rgb(224,40,166); }
td.TdClassName
{
border-color: #E028A6;
}
.TagClassName
{
border-color: #E028A6;
}
</style>