Shades of Persian Rose #E63EAF
Tints of Persian Rose #E63EAF
RGB
CMYK
RGB Variations
Color information
#E63EAF (or 0xE63EAF) is known color: Persian Rose. HEX triplet: E6, 3E and AF. RGB value is (230,62,175). Sum of RGB (Red+Green+Blue) = 230+62+175=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 62 (24.61% from 255 or 13.28% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E63EAF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63EAF is #19C150. Grayscale: #7C7C7C. Windows color (decimal): -1687889 or 11484902. OLE color: 11484902.
HSL color Cylindrical-coordinate representation of color #E63EAF: hue angle of 319.64º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E63EAF is Cyan = 0, Magento = 0.73, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 62 | 175 | - |
| CMYK | 0 | 0.73 | 0.24 | 0.10 |
| HSL | 319.64º | 0.77% | 0.57% | - |
| HSV(B) | 319.64º | 0.73% | 0.9% | - |
| XYZ | 42.09 | 23.36 | 42.85 | - |
| YUV | 125.11 | 156.16 | 202.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 62 | 175 | 0 | 0.73 | 0.24 | 0.10 | 319.64 | 0.77 | 0.57 |
| Hex | E6 | 3E | AF | 0 | 49 | 18 | A | 140 | 4D | 39 |
| Octal | 346 | 76 | 257 | 0 | 111 | 30 | 12 | 500 | 115 | 71 |
| Binary | 11100110 | 111110 | 10101111 | 0 | 1001001 | 11000 | 1010 | 101000000 | 1001101 | 111001 |
Color Harmonies of #E63EAF
Complementary color
Monochromatic Colors of #E63EAF
Black with #E63EAF
Text Example
Text Example
White with #E63EAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63EAF; }
p { color: rgb(230,62,175); }
H1.HeaderClassName
{
color: #E63EAF;
}
.AnyTagClassName
{
color: #E63EAF;
}
</style>
background-color css
<style>
a { background-color: #E63EAF; }
a { background-color: rgb(230,62,175); }
div.DivClassName
{
background-color: #E63EAF;
}
.BgClassName
{
background-color: #E63EAF;
}
</style>
border-color css
<style>
span { border-color: #E63EAF; }
span { border-color: rgb(230,62,175); }
td.TdClassName
{
border-color: #E63EAF;
}
.TagClassName
{
border-color: #E63EAF;
}
</style>