Shades of Persian Rose #EB2896
Tints of Persian Rose #EB2896
RGB
CMYK
RGB Variations
Color information
#EB2896 (or 0xEB2896) is known color: Persian Rose. HEX triplet: EB, 28 and 96. RGB value is (235,40,150). Sum of RGB (Red+Green+Blue) = 235+40+150=425 (56% of max value = 765). Red value is 235 (92.19% from 255 or 55.29% from 425); Green value is 40 (16.02% from 255 or 9.41% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2896 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2896 is #14D769. Grayscale: #6E6E6E. Windows color (decimal): -1365866 or 9840875. OLE color: 9840875.
HSL color Cylindrical-coordinate representation of color #EB2896: hue angle of 326.15º 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 #EB2896 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 150 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.08 |
| HSL | 326.15º | 0.83% | 0.54% | - |
| HSV(B) | 326.15º | 0.83% | 0.92% | - |
| XYZ | 40.52 | 21.38 | 30.85 | - |
| YUV | 110.85 | 150.1 | 216.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 150 | 0 | 0.83 | 0.36 | 0.08 | 326.15 | 0.83 | 0.54 |
| Hex | EB | 28 | 96 | 0 | 53 | 24 | 8 | 146 | 53 | 36 |
| Octal | 353 | 50 | 226 | 0 | 123 | 44 | 10 | 506 | 123 | 66 |
| Binary | 11101011 | 101000 | 10010110 | 0 | 1010011 | 100100 | 1000 | 101000110 | 1010011 | 110110 |
Color Harmonies of #EB2896
Complementary color
Monochromatic Colors of #EB2896
Black with #EB2896
Text Example
Text Example
White with #EB2896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2896; }
p { color: rgb(235,40,150); }
H1.HeaderClassName
{
color: #EB2896;
}
.AnyTagClassName
{
color: #EB2896;
}
</style>
background-color css
<style>
a { background-color: #EB2896; }
a { background-color: rgb(235,40,150); }
div.DivClassName
{
background-color: #EB2896;
}
.BgClassName
{
background-color: #EB2896;
}
</style>
border-color css
<style>
span { border-color: #EB2896; }
span { border-color: rgb(235,40,150); }
td.TdClassName
{
border-color: #EB2896;
}
.TagClassName
{
border-color: #EB2896;
}
</style>