Shades of Persian Rose #E63CAD
Tints of Persian Rose #E63CAD
RGB
CMYK
RGB Variations
Color information
#E63CAD (or 0xE63CAD) is known color: Persian Rose. HEX triplet: E6, 3C and AD. RGB value is (230,60,173). Sum of RGB (Red+Green+Blue) = 230+60+173=463 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.68% from 463); Green value is 60 (23.83% from 255 or 12.96% from 463); Blue value is 173 (67.97% from 255 or 37.37% from 463); Max value from RGB is 230 - color contains mainly: red. Hex color #E63CAD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63CAD is #19C352. Grayscale: #7B7B7B. Windows color (decimal): -1688403 or 11353318. OLE color: 11353318.
HSL color Cylindrical-coordinate representation of color #E63CAD: hue angle of 320.12º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E63CAD is Cyan = 0, Magento = 0.74, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 60 | 173 | - |
| CMYK | 0 | 0.74 | 0.25 | 0.10 |
| HSL | 320.12º | 0.77% | 0.57% | - |
| HSV(B) | 320.12º | 0.74% | 0.9% | - |
| XYZ | 41.79 | 23.07 | 41.79 | - |
| YUV | 123.71 | 155.82 | 203.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 60 | 173 | 0 | 0.74 | 0.25 | 0.10 | 320.12 | 0.77 | 0.57 |
| Hex | E6 | 3C | AD | 0 | 4A | 19 | A | 140 | 4D | 39 |
| Octal | 346 | 74 | 255 | 0 | 112 | 31 | 12 | 500 | 115 | 71 |
| Binary | 11100110 | 111100 | 10101101 | 0 | 1001010 | 11001 | 1010 | 101000000 | 1001101 | 111001 |
Color Harmonies of #E63CAD
Complementary color
Monochromatic Colors of #E63CAD
Black with #E63CAD
Text Example
Text Example
White with #E63CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63CAD; }
p { color: rgb(230,60,173); }
H1.HeaderClassName
{
color: #E63CAD;
}
.AnyTagClassName
{
color: #E63CAD;
}
</style>
background-color css
<style>
a { background-color: #E63CAD; }
a { background-color: rgb(230,60,173); }
div.DivClassName
{
background-color: #E63CAD;
}
.BgClassName
{
background-color: #E63CAD;
}
</style>
border-color css
<style>
span { border-color: #E63CAD; }
span { border-color: rgb(230,60,173); }
td.TdClassName
{
border-color: #E63CAD;
}
.TagClassName
{
border-color: #E63CAD;
}
</style>