Shades of Persian Rose #E735B3
Tints of Persian Rose #E735B3
RGB
CMYK
RGB Variations
Color information
#E735B3 (or 0xE735B3) is known color: Persian Rose. HEX triplet: E7, 35 and B3. RGB value is (231,53,179). Sum of RGB (Red+Green+Blue) = 231+53+179=463 (61% of max value = 765). Red value is 231 (90.62% from 255 or 49.89% from 463); Green value is 53 (21.09% from 255 or 11.45% from 463); Blue value is 179 (70.31% from 255 or 38.66% from 463); Max value from RGB is 231 - color contains mainly: red. Hex color #E735B3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E735B3 is #18CA4C. Grayscale: #787878. Windows color (decimal): -1624653 or 11744743. OLE color: 11744743.
HSL color Cylindrical-coordinate representation of color #E735B3: hue angle of 317.53º 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 #E735B3 is Cyan = 0, Magento = 0.77, Yellow = 0.23 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 53 | 179 | - |
| CMYK | 0 | 0.77 | 0.23 | 0.09 |
| HSL | 317.53º | 0.79% | 0.56% | - |
| HSV(B) | 317.53º | 0.77% | 0.91% | - |
| XYZ | 42.36 | 22.79 | 44.81 | - |
| YUV | 120.59 | 160.97 | 206.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 53 | 179 | 0 | 0.77 | 0.23 | 0.09 | 317.53 | 0.79 | 0.56 |
| Hex | E7 | 35 | B3 | 0 | 4D | 17 | 9 | 13E | 4F | 38 |
| Octal | 347 | 65 | 263 | 0 | 115 | 27 | 11 | 476 | 117 | 70 |
| Binary | 11100111 | 110101 | 10110011 | 0 | 1001101 | 10111 | 1001 | 100111110 | 1001111 | 111000 |
Color Harmonies of #E735B3
Complementary color
Monochromatic Colors of #E735B3
Black with #E735B3
Text Example
Text Example
White with #E735B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E735B3; }
p { color: rgb(231,53,179); }
H1.HeaderClassName
{
color: #E735B3;
}
.AnyTagClassName
{
color: #E735B3;
}
</style>
background-color css
<style>
a { background-color: #E735B3; }
a { background-color: rgb(231,53,179); }
div.DivClassName
{
background-color: #E735B3;
}
.BgClassName
{
background-color: #E735B3;
}
</style>
border-color css
<style>
span { border-color: #E735B3; }
span { border-color: rgb(231,53,179); }
td.TdClassName
{
border-color: #E735B3;
}
.TagClassName
{
border-color: #E735B3;
}
</style>