Shades of Persian Rose #E82297
Tints of Persian Rose #E82297
RGB
CMYK
RGB Variations
Color information
#E82297 (or 0xE82297) is known color: Persian Rose. HEX triplet: E8, 22 and 97. RGB value is (232,34,151). Sum of RGB (Red+Green+Blue) = 232+34+151=417 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.64% from 417); Green value is 34 (13.67% from 255 or 8.15% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 232 - color contains mainly: red. Hex color #E82297 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E82297 is #17DD68. Grayscale: #6A6A6A. Windows color (decimal): -1564009 or 9904872. OLE color: 9904872.
HSL color Cylindrical-coordinate representation of color #E82297: hue angle of 324.55º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #E82297 is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 151 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.09 |
| HSL | 324.55º | 0.81% | 0.52% | - |
| HSV(B) | 324.55º | 0.85% | 0.91% | - |
| XYZ | 39.44 | 20.53 | 31.16 | - |
| YUV | 106.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 151 | 0 | 0.85 | 0.35 | 0.09 | 324.55 | 0.81 | 0.52 |
| Hex | E8 | 22 | 97 | 0 | 55 | 23 | 9 | 145 | 51 | 34 |
| Octal | 350 | 42 | 227 | 0 | 125 | 43 | 11 | 505 | 121 | 64 |
| Binary | 11101000 | 100010 | 10010111 | 0 | 1010101 | 100011 | 1001 | 101000101 | 1010001 | 110100 |
Color Harmonies of #E82297
Complementary color
Monochromatic Colors of #E82297
Black with #E82297
Text Example
Text Example
White with #E82297
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E82297; }
p { color: rgb(232,34,151); }
H1.HeaderClassName
{
color: #E82297;
}
.AnyTagClassName
{
color: #E82297;
}
</style>
background-color css
<style>
a { background-color: #E82297; }
a { background-color: rgb(232,34,151); }
div.DivClassName
{
background-color: #E82297;
}
.BgClassName
{
background-color: #E82297;
}
</style>
border-color css
<style>
span { border-color: #E82297; }
span { border-color: rgb(232,34,151); }
td.TdClassName
{
border-color: #E82297;
}
.TagClassName
{
border-color: #E82297;
}
</style>