Shades of Persian Rose #E63DAA
Tints of Persian Rose #E63DAA
RGB
CMYK
RGB Variations
Color information
#E63DAA (or 0xE63DAA) is known color: Persian Rose. HEX triplet: E6, 3D and AA. RGB value is (230,61,170). Sum of RGB (Red+Green+Blue) = 230+61+170=461 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.89% from 461); Green value is 61 (24.22% from 255 or 13.23% from 461); Blue value is 170 (66.80% from 255 or 36.88% from 461); Max value from RGB is 230 - color contains mainly: red. Hex color #E63DAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E63DAA is #19C255. Grayscale: #7B7B7B. Windows color (decimal): -1688150 or 11156966. OLE color: 11156966.
HSL color Cylindrical-coordinate representation of color #E63DAA: hue angle of 321.3º 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 #E63DAA is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 61 | 170 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.10 |
| HSL | 321.3º | 0.77% | 0.57% | - |
| HSV(B) | 321.3º | 0.73% | 0.9% | - |
| XYZ | 41.56 | 23.06 | 40.29 | - |
| YUV | 123.96 | 153.99 | 203.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 61 | 170 | 0 | 0.73 | 0.26 | 0.10 | 321.3 | 0.77 | 0.57 |
| Hex | E6 | 3D | AA | 0 | 49 | 1A | A | 141 | 4D | 39 |
| Octal | 346 | 75 | 252 | 0 | 111 | 32 | 12 | 501 | 115 | 71 |
| Binary | 11100110 | 111101 | 10101010 | 0 | 1001001 | 11010 | 1010 | 101000001 | 1001101 | 111001 |
Color Harmonies of #E63DAA
Complementary color
Monochromatic Colors of #E63DAA
Black with #E63DAA
Text Example
Text Example
White with #E63DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E63DAA; }
p { color: rgb(230,61,170); }
H1.HeaderClassName
{
color: #E63DAA;
}
.AnyTagClassName
{
color: #E63DAA;
}
</style>
background-color css
<style>
a { background-color: #E63DAA; }
a { background-color: rgb(230,61,170); }
div.DivClassName
{
background-color: #E63DAA;
}
.BgClassName
{
background-color: #E63DAA;
}
</style>
border-color css
<style>
span { border-color: #E63DAA; }
span { border-color: rgb(230,61,170); }
td.TdClassName
{
border-color: #E63DAA;
}
.TagClassName
{
border-color: #E63DAA;
}
</style>