Shades of Persian Rose #EB2D9A
Tints of Persian Rose #EB2D9A
RGB
CMYK
RGB Variations
Color information
#EB2D9A (or 0xEB2D9A) is known color: Persian Rose. HEX triplet: EB, 2D and 9A. RGB value is (235,45,154). Sum of RGB (Red+Green+Blue) = 235+45+154=434 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.15% from 434); Green value is 45 (17.97% from 255 or 10.37% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D9A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D9A is #14D265. Grayscale: #717171. Windows color (decimal): -1364582 or 10104299. OLE color: 10104299.
HSL color Cylindrical-coordinate representation of color #EB2D9A: hue angle of 325.58º 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 #EB2D9A is Cyan = 0, Magento = 0.81, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 154 | - |
| CMYK | 0 | 0.81 | 0.34 | 0.08 |
| HSL | 325.58º | 0.83% | 0.55% | - |
| HSV(B) | 325.58º | 0.81% | 0.92% | - |
| XYZ | 41.03 | 21.87 | 32.63 | - |
| YUV | 114.24 | 150.45 | 214.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 154 | 0 | 0.81 | 0.34 | 0.08 | 325.58 | 0.83 | 0.55 |
| Hex | EB | 2D | 9A | 0 | 51 | 22 | 8 | 146 | 53 | 37 |
| Octal | 353 | 55 | 232 | 0 | 121 | 42 | 10 | 506 | 123 | 67 |
| Binary | 11101011 | 101101 | 10011010 | 0 | 1010001 | 100010 | 1000 | 101000110 | 1010011 | 110111 |
Color Harmonies of #EB2D9A
Complementary color
Monochromatic Colors of #EB2D9A
Black with #EB2D9A
Text Example
Text Example
White with #EB2D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D9A; }
p { color: rgb(235,45,154); }
H1.HeaderClassName
{
color: #EB2D9A;
}
.AnyTagClassName
{
color: #EB2D9A;
}
</style>
background-color css
<style>
a { background-color: #EB2D9A; }
a { background-color: rgb(235,45,154); }
div.DivClassName
{
background-color: #EB2D9A;
}
.BgClassName
{
background-color: #EB2D9A;
}
</style>
border-color css
<style>
span { border-color: #EB2D9A; }
span { border-color: rgb(235,45,154); }
td.TdClassName
{
border-color: #EB2D9A;
}
.TagClassName
{
border-color: #EB2D9A;
}
</style>