Shades of Persian Rose #EB2899
Tints of Persian Rose #EB2899
RGB
CMYK
RGB Variations
Color information
#EB2899 (or 0xEB2899) is known color: Persian Rose. HEX triplet: EB, 28 and 99. RGB value is (235,40,153). Sum of RGB (Red+Green+Blue) = 235+40+153=428 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.91% from 428); Green value is 40 (16.02% from 255 or 9.35% from 428); Blue value is 153 (60.16% from 255 or 35.75% from 428); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2899 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2899 is #14D766. Grayscale: #6E6E6E. Windows color (decimal): -1365863 or 10037483. OLE color: 10037483.
HSL color Cylindrical-coordinate representation of color #EB2899: hue angle of 325.23º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB2899 is Cyan = 0, Magento = 0.83, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 153 | - |
| CMYK | 0 | 0.83 | 0.35 | 0.08 |
| HSL | 325.23º | 0.83% | 0.54% | - |
| HSV(B) | 325.23º | 0.83% | 0.92% | - |
| XYZ | 40.77 | 21.48 | 32.13 | - |
| YUV | 111.19 | 151.6 | 216.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 153 | 0 | 0.83 | 0.35 | 0.08 | 325.23 | 0.83 | 0.54 |
| Hex | EB | 28 | 99 | 0 | 53 | 23 | 8 | 145 | 53 | 36 |
| Octal | 353 | 50 | 231 | 0 | 123 | 43 | 10 | 505 | 123 | 66 |
| Binary | 11101011 | 101000 | 10011001 | 0 | 1010011 | 100011 | 1000 | 101000101 | 1010011 | 110110 |
Color Harmonies of #EB2899
Complementary color
Monochromatic Colors of #EB2899
Black with #EB2899
Text Example
Text Example
White with #EB2899
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2899; }
p { color: rgb(235,40,153); }
H1.HeaderClassName
{
color: #EB2899;
}
.AnyTagClassName
{
color: #EB2899;
}
</style>
background-color css
<style>
a { background-color: #EB2899; }
a { background-color: rgb(235,40,153); }
div.DivClassName
{
background-color: #EB2899;
}
.BgClassName
{
background-color: #EB2899;
}
</style>
border-color css
<style>
span { border-color: #EB2899; }
span { border-color: rgb(235,40,153); }
td.TdClassName
{
border-color: #EB2899;
}
.TagClassName
{
border-color: #EB2899;
}
</style>