Shades of Persian Rose #E833A5
Tints of Persian Rose #E833A5
RGB
CMYK
RGB Variations
Color information
#E833A5 (or 0xE833A5) is known color: Persian Rose. HEX triplet: E8, 33 and A5. RGB value is (232,51,165). Sum of RGB (Red+Green+Blue) = 232+51+165=448 (59% of max value = 765). Red value is 232 (91.02% from 255 or 51.79% from 448); Green value is 51 (20.31% from 255 or 11.38% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 232 - color contains mainly: red. Hex color #E833A5 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E833A5 is #17CC5A. Grayscale: #757575. Windows color (decimal): -1559643 or 10826728. OLE color: 10826728.
HSL color Cylindrical-coordinate representation of color #E833A5: hue angle of 322.21º degrees, saturation: 0.8, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E833A5 is Cyan = 0, Magento = 0.78, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 51 | 165 | - |
| CMYK | 0 | 0.78 | 0.29 | 0.09 |
| HSL | 322.21º | 0.8% | 0.55% | - |
| HSV(B) | 322.21º | 0.78% | 0.91% | - |
| XYZ | 41.25 | 22.24 | 37.72 | - |
| YUV | 118.12 | 154.47 | 209.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 51 | 165 | 0 | 0.78 | 0.29 | 0.09 | 322.21 | 0.8 | 0.55 |
| Hex | E8 | 33 | A5 | 0 | 4E | 1D | 9 | 142 | 50 | 37 |
| Octal | 350 | 63 | 245 | 0 | 116 | 35 | 11 | 502 | 120 | 67 |
| Binary | 11101000 | 110011 | 10100101 | 0 | 1001110 | 11101 | 1001 | 101000010 | 1010000 | 110111 |
Color Harmonies of #E833A5
Complementary color
Monochromatic Colors of #E833A5
Black with #E833A5
Text Example
Text Example
White with #E833A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E833A5; }
p { color: rgb(232,51,165); }
H1.HeaderClassName
{
color: #E833A5;
}
.AnyTagClassName
{
color: #E833A5;
}
</style>
background-color css
<style>
a { background-color: #E833A5; }
a { background-color: rgb(232,51,165); }
div.DivClassName
{
background-color: #E833A5;
}
.BgClassName
{
background-color: #E833A5;
}
</style>
border-color css
<style>
span { border-color: #E833A5; }
span { border-color: rgb(232,51,165); }
td.TdClassName
{
border-color: #E833A5;
}
.TagClassName
{
border-color: #E833A5;
}
</style>