Shades of Persian Rose #EB2099
Tints of Persian Rose #EB2099
RGB
CMYK
RGB Variations
Color information
#EB2099 (or 0xEB2099) is known color: Persian Rose. HEX triplet: EB, 20 and 99. RGB value is (235,32,153). Sum of RGB (Red+Green+Blue) = 235+32+153=420 (55% of max value = 765). Red value is 235 (92.19% from 255 or 55.95% from 420); Green value is 32 (12.89% from 255 or 7.62% from 420); Blue value is 153 (60.16% from 255 or 36.43% from 420); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2099 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2099 is #14DF66. Grayscale: #6A6A6A. Windows color (decimal): -1367911 or 10035435. OLE color: 10035435.
HSL color Cylindrical-coordinate representation of color #EB2099: hue angle of 324.24º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EB2099 is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 32 | 153 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.08 |
| HSL | 324.24º | 0.84% | 0.52% | - |
| HSV(B) | 324.24º | 0.86% | 0.92% | - |
| XYZ | 40.53 | 21 | 32.05 | - |
| YUV | 106.49 | 154.25 | 219.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 32 | 153 | 0 | 0.86 | 0.35 | 0.08 | 324.24 | 0.84 | 0.52 |
| Hex | EB | 20 | 99 | 0 | 56 | 23 | 8 | 144 | 54 | 34 |
| Octal | 353 | 40 | 231 | 0 | 126 | 43 | 10 | 504 | 124 | 64 |
| Binary | 11101011 | 100000 | 10011001 | 0 | 1010110 | 100011 | 1000 | 101000100 | 1010100 | 110100 |
Color Harmonies of #EB2099
Complementary color
Monochromatic Colors of #EB2099
Black with #EB2099
Text Example
Text Example
White with #EB2099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2099; }
p { color: rgb(235,32,153); }
H1.HeaderClassName
{
color: #EB2099;
}
.AnyTagClassName
{
color: #EB2099;
}
</style>
background-color css
<style>
a { background-color: #EB2099; }
a { background-color: rgb(235,32,153); }
div.DivClassName
{
background-color: #EB2099;
}
.BgClassName
{
background-color: #EB2099;
}
</style>
border-color css
<style>
span { border-color: #EB2099; }
span { border-color: rgb(235,32,153); }
td.TdClassName
{
border-color: #EB2099;
}
.TagClassName
{
border-color: #EB2099;
}
</style>