Shades of Persian Rose #EB289A
Tints of Persian Rose #EB289A
RGB
CMYK
RGB Variations
Color information
#EB289A (or 0xEB289A) is known color: Persian Rose. HEX triplet: EB, 28 and 9A. RGB value is (235,40,154). Sum of RGB (Red+Green+Blue) = 235+40+154=429 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.78% from 429); Green value is 40 (16.02% from 255 or 9.32% from 429); Blue value is 154 (60.55% from 255 or 35.90% from 429); Max value from RGB is 235 - color contains mainly: red. Hex color #EB289A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB289A is #14D765. Grayscale: #6F6F6F. Windows color (decimal): -1365862 or 10103019. OLE color: 10103019.
HSL color Cylindrical-coordinate representation of color #EB289A: hue angle of 324.92º 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 #EB289A is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 154 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.08 |
| HSL | 324.92º | 0.83% | 0.54% | - |
| HSV(B) | 324.92º | 0.83% | 0.92% | - |
| XYZ | 40.85 | 21.51 | 32.57 | - |
| YUV | 111.3 | 152.1 | 216.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 154 | 0 | 0.83 | 0.34 | 0.08 | 324.92 | 0.83 | 0.54 |
| Hex | EB | 28 | 9A | 0 | 53 | 22 | 8 | 145 | 53 | 36 |
| Octal | 353 | 50 | 232 | 0 | 123 | 42 | 10 | 505 | 123 | 66 |
| Binary | 11101011 | 101000 | 10011010 | 0 | 1010011 | 100010 | 1000 | 101000101 | 1010011 | 110110 |
Color Harmonies of #EB289A
Complementary color
Monochromatic Colors of #EB289A
Black with #EB289A
Text Example
Text Example
White with #EB289A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB289A; }
p { color: rgb(235,40,154); }
H1.HeaderClassName
{
color: #EB289A;
}
.AnyTagClassName
{
color: #EB289A;
}
</style>
background-color css
<style>
a { background-color: #EB289A; }
a { background-color: rgb(235,40,154); }
div.DivClassName
{
background-color: #EB289A;
}
.BgClassName
{
background-color: #EB289A;
}
</style>
border-color css
<style>
span { border-color: #EB289A; }
span { border-color: rgb(235,40,154); }
td.TdClassName
{
border-color: #EB289A;
}
.TagClassName
{
border-color: #EB289A;
}
</style>