Shades of Persian Rose #E735A4
Tints of Persian Rose #E735A4
RGB
CMYK
RGB Variations
Color information
#E735A4 (or 0xE735A4) is known color: Persian Rose. HEX triplet: E7, 35 and A4. RGB value is (231,53,164). Sum of RGB (Red+Green+Blue) = 231+53+164=448 (59% of max value = 765). Red value is 231 (90.62% from 255 or 51.56% from 448); Green value is 53 (21.09% from 255 or 11.83% from 448); Blue value is 164 (64.45% from 255 or 36.61% from 448); Max value from RGB is 231 - color contains mainly: red. Hex color #E735A4 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E735A4 is #18CA5B. Grayscale: #767676. Windows color (decimal): -1624668 or 10761703. OLE color: 10761703.
HSL color Cylindrical-coordinate representation of color #E735A4: hue angle of 322.58º degrees, saturation: 0.79, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E735A4 is Cyan = 0, Magento = 0.77, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 164 | - |
| CMYK | 0 | 0.77 | 0.29 | 0.09 |
| HSL | 322.58º | 0.79% | 0.56% | - |
| HSV(B) | 322.58º | 0.77% | 0.91% | - |
| XYZ | 40.93 | 22.22 | 37.25 | - |
| YUV | 118.88 | 153.47 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 164 | 0 | 0.77 | 0.29 | 0.09 | 322.58 | 0.79 | 0.56 |
| Hex | E7 | 35 | A4 | 0 | 4D | 1D | 9 | 143 | 4F | 38 |
| Octal | 347 | 65 | 244 | 0 | 115 | 35 | 11 | 503 | 117 | 70 |
| Binary | 11100111 | 110101 | 10100100 | 0 | 1001101 | 11101 | 1001 | 101000011 | 1001111 | 111000 |
Color Harmonies of #E735A4
Complementary color
Monochromatic Colors of #E735A4
Black with #E735A4
Text Example
Text Example
White with #E735A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E735A4; }
p { color: rgb(231,53,164); }
H1.HeaderClassName
{
color: #E735A4;
}
.AnyTagClassName
{
color: #E735A4;
}
</style>
background-color css
<style>
a { background-color: #E735A4; }
a { background-color: rgb(231,53,164); }
div.DivClassName
{
background-color: #E735A4;
}
.BgClassName
{
background-color: #E735A4;
}
</style>
border-color css
<style>
span { border-color: #E735A4; }
span { border-color: rgb(231,53,164); }
td.TdClassName
{
border-color: #E735A4;
}
.TagClassName
{
border-color: #E735A4;
}
</style>