Shades of Persian Rose #E639A6
Tints of Persian Rose #E639A6
RGB
CMYK
RGB Variations
Color information
#E639A6 (or 0xE639A6) is known color: Persian Rose. HEX triplet: E6, 39 and A6. RGB value is (230,57,166). Sum of RGB (Red+Green+Blue) = 230+57+166=453 (60% of max value = 765). Red value is 230 (90.23% from 255 or 50.77% from 453); Green value is 57 (22.66% from 255 or 12.58% from 453); Blue value is 166 (65.23% from 255 or 36.64% from 453); Max value from RGB is 230 - color contains mainly: red. Hex color #E639A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E639A6 is #19C659. Grayscale: #787878. Windows color (decimal): -1689178 or 10893798. OLE color: 10893798.
HSL color Cylindrical-coordinate representation of color #E639A6: hue angle of 322.2º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E639A6 is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 57 | 166 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.10 |
| HSL | 322.2º | 0.78% | 0.56% | - |
| HSV(B) | 322.2º | 0.75% | 0.9% | - |
| XYZ | 40.98 | 22.5 | 38.26 | - |
| YUV | 121.15 | 153.31 | 205.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 57 | 166 | 0 | 0.75 | 0.28 | 0.10 | 322.2 | 0.78 | 0.56 |
| Hex | E6 | 39 | A6 | 0 | 4B | 1C | A | 142 | 4E | 38 |
| Octal | 346 | 71 | 246 | 0 | 113 | 34 | 12 | 502 | 116 | 70 |
| Binary | 11100110 | 111001 | 10100110 | 0 | 1001011 | 11100 | 1010 | 101000010 | 1001110 | 111000 |
Color Harmonies of #E639A6
Complementary color
Monochromatic Colors of #E639A6
Black with #E639A6
Text Example
Text Example
White with #E639A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E639A6; }
p { color: rgb(230,57,166); }
H1.HeaderClassName
{
color: #E639A6;
}
.AnyTagClassName
{
color: #E639A6;
}
</style>
background-color css
<style>
a { background-color: #E639A6; }
a { background-color: rgb(230,57,166); }
div.DivClassName
{
background-color: #E639A6;
}
.BgClassName
{
background-color: #E639A6;
}
</style>
border-color css
<style>
span { border-color: #E639A6; }
span { border-color: rgb(230,57,166); }
td.TdClassName
{
border-color: #E639A6;
}
.TagClassName
{
border-color: #E639A6;
}
</style>