Shades of Persian Rose #EB2DA0
Tints of Persian Rose #EB2DA0
RGB
CMYK
RGB Variations
Color information
#EB2DA0 (or 0xEB2DA0) is known color: Persian Rose. HEX triplet: EB, 2D and A0. RGB value is (235,45,160). Sum of RGB (Red+Green+Blue) = 235+45+160=440 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.41% from 440); Green value is 45 (17.97% from 255 or 10.23% from 440); Blue value is 160 (62.89% from 255 or 36.36% from 440); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2DA0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2DA0 is #14D25F. Grayscale: #727272. Windows color (decimal): -1364576 or 10497515. OLE color: 10497515.
HSL color Cylindrical-coordinate representation of color #EB2DA0: hue angle of 323.68º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EB2DA0 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 160 | - |
| CMYK | 0 | 0.81 | 0.32 | 0.08 |
| HSL | 323.68º | 0.83% | 0.55% | - |
| HSV(B) | 323.68º | 0.81% | 0.92% | - |
| XYZ | 41.54 | 22.08 | 35.33 | - |
| YUV | 114.92 | 153.45 | 213.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 160 | 0 | 0.81 | 0.32 | 0.08 | 323.68 | 0.83 | 0.55 |
| Hex | EB | 2D | A0 | 0 | 51 | 20 | 8 | 144 | 53 | 37 |
| Octal | 353 | 55 | 240 | 0 | 121 | 40 | 10 | 504 | 123 | 67 |
| Binary | 11101011 | 101101 | 10100000 | 0 | 1010001 | 100000 | 1000 | 101000100 | 1010011 | 110111 |
Color Harmonies of #EB2DA0
Complementary color
Monochromatic Colors of #EB2DA0
Black with #EB2DA0
Text Example
Text Example
White with #EB2DA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2DA0; }
p { color: rgb(235,45,160); }
H1.HeaderClassName
{
color: #EB2DA0;
}
.AnyTagClassName
{
color: #EB2DA0;
}
</style>
background-color css
<style>
a { background-color: #EB2DA0; }
a { background-color: rgb(235,45,160); }
div.DivClassName
{
background-color: #EB2DA0;
}
.BgClassName
{
background-color: #EB2DA0;
}
</style>
border-color css
<style>
span { border-color: #EB2DA0; }
span { border-color: rgb(235,45,160); }
td.TdClassName
{
border-color: #EB2DA0;
}
.TagClassName
{
border-color: #EB2DA0;
}
</style>