Shades of Persian Rose #E8229A
Tints of Persian Rose #E8229A
RGB
CMYK
RGB Variations
Color information
#E8229A (or 0xE8229A) is known color: Persian Rose. HEX triplet: E8, 22 and 9A. RGB value is (232,34,154). Sum of RGB (Red+Green+Blue) = 232+34+154=420 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.24% from 420); Green value is 34 (13.67% from 255 or 8.10% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 232 - color contains mainly: red. Hex color #E8229A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8229A is #17DD65. Grayscale: #6A6A6A. Windows color (decimal): -1564006 or 10101480. OLE color: 10101480.
HSL color Cylindrical-coordinate representation of color #E8229A: hue angle of 323.64º 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 #E8229A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 154 | - |
| CMYK | 0 | 0.85 | 0.34 | 0.09 |
| HSL | 323.64º | 0.81% | 0.52% | - |
| HSV(B) | 323.64º | 0.85% | 0.91% | - |
| XYZ | 39.68 | 20.63 | 32.46 | - |
| YUV | 106.88 | 154.6 | 217.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 154 | 0 | 0.85 | 0.34 | 0.09 | 323.64 | 0.81 | 0.52 |
| Hex | E8 | 22 | 9A | 0 | 55 | 22 | 9 | 144 | 51 | 34 |
| Octal | 350 | 42 | 232 | 0 | 125 | 42 | 11 | 504 | 121 | 64 |
| Binary | 11101000 | 100010 | 10011010 | 0 | 1010101 | 100010 | 1001 | 101000100 | 1010001 | 110100 |
Color Harmonies of #E8229A
Complementary color
Monochromatic Colors of #E8229A
Black with #E8229A
Text Example
Text Example
White with #E8229A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8229A; }
p { color: rgb(232,34,154); }
H1.HeaderClassName
{
color: #E8229A;
}
.AnyTagClassName
{
color: #E8229A;
}
</style>
background-color css
<style>
a { background-color: #E8229A; }
a { background-color: rgb(232,34,154); }
div.DivClassName
{
background-color: #E8229A;
}
.BgClassName
{
background-color: #E8229A;
}
</style>
border-color css
<style>
span { border-color: #E8229A; }
span { border-color: rgb(232,34,154); }
td.TdClassName
{
border-color: #E8229A;
}
.TagClassName
{
border-color: #E8229A;
}
</style>