Shades of Persian Rose #EB2D99
Tints of Persian Rose #EB2D99
RGB
CMYK
RGB Variations
Color information
#EB2D99 (or 0xEB2D99) is known color: Persian Rose. HEX triplet: EB, 2D and 99. RGB value is (235,45,153). Sum of RGB (Red+Green+Blue) = 235+45+153=433 (57% of max value = 765). Red value is 235 (92.19% from 255 or 54.27% from 433); Green value is 45 (17.97% from 255 or 10.39% from 433); Blue value is 153 (60.16% from 255 or 35.33% from 433); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2D99 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2D99 is #14D266. Grayscale: #717171. Windows color (decimal): -1364583 or 10038763. OLE color: 10038763.
HSL color Cylindrical-coordinate representation of color #EB2D99: hue angle of 325.89º 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 #EB2D99 is Cyan = 0, Magento = 0.81, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 45 | 153 | - |
| CMYK | 0 | 0.81 | 0.35 | 0.08 |
| HSL | 325.89º | 0.83% | 0.55% | - |
| HSV(B) | 325.89º | 0.81% | 0.92% | - |
| XYZ | 40.95 | 21.84 | 32.19 | - |
| YUV | 114.12 | 149.95 | 214.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 45 | 153 | 0 | 0.81 | 0.35 | 0.08 | 325.89 | 0.83 | 0.55 |
| Hex | EB | 2D | 99 | 0 | 51 | 23 | 8 | 146 | 53 | 37 |
| Octal | 353 | 55 | 231 | 0 | 121 | 43 | 10 | 506 | 123 | 67 |
| Binary | 11101011 | 101101 | 10011001 | 0 | 1010001 | 100011 | 1000 | 101000110 | 1010011 | 110111 |
Color Harmonies of #EB2D99
Complementary color
Monochromatic Colors of #EB2D99
Black with #EB2D99
Text Example
Text Example
White with #EB2D99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2D99; }
p { color: rgb(235,45,153); }
H1.HeaderClassName
{
color: #EB2D99;
}
.AnyTagClassName
{
color: #EB2D99;
}
</style>
background-color css
<style>
a { background-color: #EB2D99; }
a { background-color: rgb(235,45,153); }
div.DivClassName
{
background-color: #EB2D99;
}
.BgClassName
{
background-color: #EB2D99;
}
</style>
border-color css
<style>
span { border-color: #EB2D99; }
span { border-color: rgb(235,45,153); }
td.TdClassName
{
border-color: #EB2D99;
}
.TagClassName
{
border-color: #EB2D99;
}
</style>