Shades of Persian Rose #E627AA
Tints of Persian Rose #E627AA
RGB
CMYK
RGB Variations
Color information
#E627AA (or 0xE627AA) is known color: Persian Rose. HEX triplet: E6, 27 and AA. RGB value is (230,39,170). Sum of RGB (Red+Green+Blue) = 230+39+170=439 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.39% from 439); Green value is 39 (15.62% from 255 or 8.88% from 439); Blue value is 170 (66.80% from 255 or 38.72% from 439); Max value from RGB is 230 - color contains mainly: red. Hex color #E627AA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E627AA is #19D855. Grayscale: #6E6E6E. Windows color (decimal): -1693782 or 11151334. OLE color: 11151334.
HSL color Cylindrical-coordinate representation of color #E627AA: hue angle of 318.85º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E627AA is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 170 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.10 |
| HSL | 318.85º | 0.79% | 0.53% | - |
| HSV(B) | 318.85º | 0.83% | 0.9% | - |
| XYZ | 40.61 | 21.18 | 39.98 | - |
| YUV | 111.04 | 161.28 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 170 | 0 | 0.83 | 0.26 | 0.10 | 318.85 | 0.79 | 0.53 |
| Hex | E6 | 27 | AA | 0 | 53 | 1A | A | 13F | 4F | 35 |
| Octal | 346 | 47 | 252 | 0 | 123 | 32 | 12 | 477 | 117 | 65 |
| Binary | 11100110 | 100111 | 10101010 | 0 | 1010011 | 11010 | 1010 | 100111111 | 1001111 | 110101 |
Color Harmonies of #E627AA
Complementary color
Monochromatic Colors of #E627AA
Black with #E627AA
Text Example
Text Example
White with #E627AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E627AA; }
p { color: rgb(230,39,170); }
H1.HeaderClassName
{
color: #E627AA;
}
.AnyTagClassName
{
color: #E627AA;
}
</style>
background-color css
<style>
a { background-color: #E627AA; }
a { background-color: rgb(230,39,170); }
div.DivClassName
{
background-color: #E627AA;
}
.BgClassName
{
background-color: #E627AA;
}
</style>
border-color css
<style>
span { border-color: #E627AA; }
span { border-color: rgb(230,39,170); }
td.TdClassName
{
border-color: #E627AA;
}
.TagClassName
{
border-color: #E627AA;
}
</style>