Shades of Persian Rose #E634A0
Tints of Persian Rose #E634A0
RGB
CMYK
RGB Variations
Color information
#E634A0 (or 0xE634A0) is known color: Persian Rose. HEX triplet: E6, 34 and A0. RGB value is (230,52,160). Sum of RGB (Red+Green+Blue) = 230+52+160=442 (58% of max value = 765). Red value is 230 (90.23% from 255 or 52.04% from 442); Green value is 52 (20.70% from 255 or 11.76% from 442); Blue value is 160 (62.89% from 255 or 36.20% from 442); Max value from RGB is 230 - color contains mainly: red. Hex color #E634A0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E634A0 is #19CB5F. Grayscale: #757575. Windows color (decimal): -1690464 or 10499302. OLE color: 10499302.
HSL color Cylindrical-coordinate representation of color #E634A0: hue angle of 323.6º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E634A0 is Cyan = 0, Magento = 0.77, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 160 | - |
| CMYK | 0 | 0.77 | 0.30 | 0.10 |
| HSL | 323.6º | 0.78% | 0.55% | - |
| HSV(B) | 323.6º | 0.77% | 0.9% | - |
| XYZ | 40.21 | 21.82 | 35.35 | - |
| YUV | 117.53 | 151.97 | 208.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 160 | 0 | 0.77 | 0.30 | 0.10 | 323.6 | 0.78 | 0.55 |
| Hex | E6 | 34 | A0 | 0 | 4D | 1E | A | 144 | 4E | 37 |
| Octal | 346 | 64 | 240 | 0 | 115 | 36 | 12 | 504 | 116 | 67 |
| Binary | 11100110 | 110100 | 10100000 | 0 | 1001101 | 11110 | 1010 | 101000100 | 1001110 | 110111 |
Color Harmonies of #E634A0
Complementary color
Monochromatic Colors of #E634A0
Black with #E634A0
Text Example
Text Example
White with #E634A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634A0; }
p { color: rgb(230,52,160); }
H1.HeaderClassName
{
color: #E634A0;
}
.AnyTagClassName
{
color: #E634A0;
}
</style>
background-color css
<style>
a { background-color: #E634A0; }
a { background-color: rgb(230,52,160); }
div.DivClassName
{
background-color: #E634A0;
}
.BgClassName
{
background-color: #E634A0;
}
</style>
border-color css
<style>
span { border-color: #E634A0; }
span { border-color: rgb(230,52,160); }
td.TdClassName
{
border-color: #E634A0;
}
.TagClassName
{
border-color: #E634A0;
}
</style>