Shades of Persian Rose #EB2EA0
Tints of Persian Rose #EB2EA0
RGB
CMYK
RGB Variations
Color information
#EB2EA0 (or 0xEB2EA0) is known color: Persian Rose. HEX triplet: EB, 2E and A0. RGB value is (235,46,160). Sum of RGB (Red+Green+Blue) = 235+46+160=441 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.29% from 441); Green value is 46 (18.36% from 255 or 10.43% from 441); Blue value is 160 (62.89% from 255 or 36.28% from 441); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2EA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2EA0 is #14D15F. Grayscale: #737373. Windows color (decimal): -1364320 or 10497771. OLE color: 10497771.
HSL color Cylindrical-coordinate representation of color #EB2EA0: hue angle of 323.81º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2EA0 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 160 | - |
| CMYK | 0 | 0.80 | 0.32 | 0.08 |
| HSL | 323.81º | 0.83% | 0.55% | - |
| HSV(B) | 323.81º | 0.8% | 0.92% | - |
| XYZ | 41.58 | 22.15 | 35.34 | - |
| YUV | 115.51 | 153.12 | 213.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 160 | 0 | 0.80 | 0.32 | 0.08 | 323.81 | 0.83 | 0.55 |
| Hex | EB | 2E | A0 | 0 | 50 | 20 | 8 | 144 | 53 | 37 |
| Octal | 353 | 56 | 240 | 0 | 120 | 40 | 10 | 504 | 123 | 67 |
| Binary | 11101011 | 101110 | 10100000 | 0 | 1010000 | 100000 | 1000 | 101000100 | 1010011 | 110111 |
Color Harmonies of #EB2EA0
Complementary color
Monochromatic Colors of #EB2EA0
Black with #EB2EA0
Text Example
Text Example
White with #EB2EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2EA0; }
p { color: rgb(235,46,160); }
H1.HeaderClassName
{
color: #EB2EA0;
}
.AnyTagClassName
{
color: #EB2EA0;
}
</style>
background-color css
<style>
a { background-color: #EB2EA0; }
a { background-color: rgb(235,46,160); }
div.DivClassName
{
background-color: #EB2EA0;
}
.BgClassName
{
background-color: #EB2EA0;
}
</style>
border-color css
<style>
span { border-color: #EB2EA0; }
span { border-color: rgb(235,46,160); }
td.TdClassName
{
border-color: #EB2EA0;
}
.TagClassName
{
border-color: #EB2EA0;
}
</style>