Shades of Persian Rose #E627AB
Tints of Persian Rose #E627AB
RGB
CMYK
RGB Variations
Color information
#E627AB (or 0xE627AB) is known color: Persian Rose. HEX triplet: E6, 27 and AB. RGB value is (230,39,171). Sum of RGB (Red+Green+Blue) = 230+39+171=440 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.27% from 440); Green value is 39 (15.62% from 255 or 8.86% from 440); Blue value is 171 (67.19% from 255 or 38.86% from 440); Max value from RGB is 230 - color contains mainly: red. Hex color #E627AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E627AB is #19D854. Grayscale: #6E6E6E. Windows color (decimal): -1693781 or 11216870. OLE color: 11216870.
HSL color Cylindrical-coordinate representation of color #E627AB: hue angle of 318.53º 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 #E627AB is Cyan = 0, Magento = 0.83, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 39 | 171 | - |
| CMYK | 0 | 0.83 | 0.26 | 0.10 |
| HSL | 318.53º | 0.79% | 0.53% | - |
| HSV(B) | 318.53º | 0.83% | 0.9% | - |
| XYZ | 40.71 | 21.21 | 40.48 | - |
| YUV | 111.16 | 161.78 | 212.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 39 | 171 | 0 | 0.83 | 0.26 | 0.10 | 318.53 | 0.79 | 0.53 |
| Hex | E6 | 27 | AB | 0 | 53 | 1A | A | 13F | 4F | 35 |
| Octal | 346 | 47 | 253 | 0 | 123 | 32 | 12 | 477 | 117 | 65 |
| Binary | 11100110 | 100111 | 10101011 | 0 | 1010011 | 11010 | 1010 | 100111111 | 1001111 | 110101 |
Color Harmonies of #E627AB
Complementary color
Monochromatic Colors of #E627AB
Black with #E627AB
Text Example
Text Example
White with #E627AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E627AB; }
p { color: rgb(230,39,171); }
H1.HeaderClassName
{
color: #E627AB;
}
.AnyTagClassName
{
color: #E627AB;
}
</style>
background-color css
<style>
a { background-color: #E627AB; }
a { background-color: rgb(230,39,171); }
div.DivClassName
{
background-color: #E627AB;
}
.BgClassName
{
background-color: #E627AB;
}
</style>
border-color css
<style>
span { border-color: #E627AB; }
span { border-color: rgb(230,39,171); }
td.TdClassName
{
border-color: #E627AB;
}
.TagClassName
{
border-color: #E627AB;
}
</style>