Shades of Persian Rose #E62299
Tints of Persian Rose #E62299
RGB
CMYK
RGB Variations
Color information
#E62299 (or 0xE62299) is known color: Persian Rose. HEX triplet: E6, 22 and 99. RGB value is (230,34,153). Sum of RGB (Red+Green+Blue) = 230+34+153=417 (55% of max value = 765). Red value is 230 (90.23% from 255 or 55.16% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 153 (60.16% from 255 or 36.69% from 417); Max value from RGB is 230 - color contains mainly: red. Hex color #E62299 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E62299 is #19DD66. Grayscale: #696969. Windows color (decimal): -1695079 or 10035942. OLE color: 10035942.
HSL color Cylindrical-coordinate representation of color #E62299: hue angle of 323.57º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E62299 is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 34 | 153 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.10 |
| HSL | 323.57º | 0.8% | 0.52% | - |
| HSV(B) | 323.57º | 0.85% | 0.9% | - |
| XYZ | 38.95 | 20.27 | 32 | - |
| YUV | 106.17 | 154.43 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 34 | 153 | 0 | 0.85 | 0.33 | 0.10 | 323.57 | 0.8 | 0.52 |
| Hex | E6 | 22 | 99 | 0 | 55 | 21 | A | 144 | 50 | 34 |
| Octal | 346 | 42 | 231 | 0 | 125 | 41 | 12 | 504 | 120 | 64 |
| Binary | 11100110 | 100010 | 10011001 | 0 | 1010101 | 100001 | 1010 | 101000100 | 1010000 | 110100 |
Color Harmonies of #E62299
Complementary color
Monochromatic Colors of #E62299
Black with #E62299
Text Example
Text Example
White with #E62299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62299; }
p { color: rgb(230,34,153); }
H1.HeaderClassName
{
color: #E62299;
}
.AnyTagClassName
{
color: #E62299;
}
</style>
background-color css
<style>
a { background-color: #E62299; }
a { background-color: rgb(230,34,153); }
div.DivClassName
{
background-color: #E62299;
}
.BgClassName
{
background-color: #E62299;
}
</style>
border-color css
<style>
span { border-color: #E62299; }
span { border-color: rgb(230,34,153); }
td.TdClassName
{
border-color: #E62299;
}
.TagClassName
{
border-color: #E62299;
}
</style>