Shades of Persian Rose #E8229B
Tints of Persian Rose #E8229B
RGB
CMYK
RGB Variations
Color information
#E8229B (or 0xE8229B) is known color: Persian Rose. HEX triplet: E8, 22 and 9B. RGB value is (232,34,155). Sum of RGB (Red+Green+Blue) = 232+34+155=421 (55% of max value = 765). Red value is 232 (91.02% from 255 or 55.11% from 421); Green value is 34 (13.67% from 255 or 8.08% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 232 - color contains mainly: red. Hex color #E8229B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E8229B is #17DD64. Grayscale: #6A6A6A. Windows color (decimal): -1564005 or 10167016. OLE color: 10167016.
HSL color Cylindrical-coordinate representation of color #E8229B: hue angle of 323.33º 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 #E8229B is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 34 | 155 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.09 |
| HSL | 323.33º | 0.81% | 0.52% | - |
| HSV(B) | 323.33º | 0.85% | 0.91% | - |
| XYZ | 39.77 | 20.67 | 32.9 | - |
| YUV | 107 | 155.1 | 217.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 34 | 155 | 0 | 0.85 | 0.33 | 0.09 | 323.33 | 0.81 | 0.52 |
| Hex | E8 | 22 | 9B | 0 | 55 | 21 | 9 | 143 | 51 | 34 |
| Octal | 350 | 42 | 233 | 0 | 125 | 41 | 11 | 503 | 121 | 64 |
| Binary | 11101000 | 100010 | 10011011 | 0 | 1010101 | 100001 | 1001 | 101000011 | 1010001 | 110100 |
Color Harmonies of #E8229B
Complementary color
Monochromatic Colors of #E8229B
Black with #E8229B
Text Example
Text Example
White with #E8229B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E8229B; }
p { color: rgb(232,34,155); }
H1.HeaderClassName
{
color: #E8229B;
}
.AnyTagClassName
{
color: #E8229B;
}
</style>
background-color css
<style>
a { background-color: #E8229B; }
a { background-color: rgb(232,34,155); }
div.DivClassName
{
background-color: #E8229B;
}
.BgClassName
{
background-color: #E8229B;
}
</style>
border-color css
<style>
span { border-color: #E8229B; }
span { border-color: rgb(232,34,155); }
td.TdClassName
{
border-color: #E8229B;
}
.TagClassName
{
border-color: #E8229B;
}
</style>