Shades of Persian Rose #EE289D
Tints of Persian Rose #EE289D
RGB
CMYK
RGB Variations
Color information
#EE289D (or 0xEE289D) is known color: Persian Rose. HEX triplet: EE, 28 and 9D. RGB value is (238,40,157). Sum of RGB (Red+Green+Blue) = 238+40+157=435 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.71% from 435); Green value is 40 (16.02% from 255 or 9.20% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 238 - color contains mainly: red. Hex color #EE289D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE289D is #11D762. Grayscale: #707070. Windows color (decimal): -1169251 or 10299630. OLE color: 10299630.
HSL color Cylindrical-coordinate representation of color #EE289D: hue angle of 324.55º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE289D is Cyan = 0, Magento = 0.83, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 157 | - |
| CMYK | 0 | 0.83 | 0.34 | 0.07 |
| HSL | 324.55º | 0.85% | 0.55% | - |
| HSV(B) | 324.55º | 0.83% | 0.93% | - |
| XYZ | 42.1 | 22.13 | 33.95 | - |
| YUV | 112.54 | 153.1 | 217.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 157 | 0 | 0.83 | 0.34 | 0.07 | 324.55 | 0.85 | 0.55 |
| Hex | EE | 28 | 9D | 0 | 53 | 22 | 7 | 145 | 55 | 37 |
| Octal | 356 | 50 | 235 | 0 | 123 | 42 | 7 | 505 | 125 | 67 |
| Binary | 11101110 | 101000 | 10011101 | 0 | 1010011 | 100010 | 111 | 101000101 | 1010101 | 110111 |
Color Harmonies of #EE289D
Complementary color
Monochromatic Colors of #EE289D
Black with #EE289D
Text Example
Text Example
White with #EE289D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE289D; }
p { color: rgb(238,40,157); }
H1.HeaderClassName
{
color: #EE289D;
}
.AnyTagClassName
{
color: #EE289D;
}
</style>
background-color css
<style>
a { background-color: #EE289D; }
a { background-color: rgb(238,40,157); }
div.DivClassName
{
background-color: #EE289D;
}
.BgClassName
{
background-color: #EE289D;
}
</style>
border-color css
<style>
span { border-color: #EE289D; }
span { border-color: rgb(238,40,157); }
td.TdClassName
{
border-color: #EE289D;
}
.TagClassName
{
border-color: #EE289D;
}
</style>