Shades of Persian Rose #EE31B2
Tints of Persian Rose #EE31B2
RGB
CMYK
RGB Variations
Color information
#EE31B2 (or 0xEE31B2) is known color: Persian Rose. HEX triplet: EE, 31 and B2. RGB value is (238,49,178). Sum of RGB (Red+Green+Blue) = 238+49+178=465 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.18% from 465); Green value is 49 (19.53% from 255 or 10.54% from 465); Blue value is 178 (69.92% from 255 or 38.28% from 465); Max value from RGB is 238 - color contains mainly: red. Hex color #EE31B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE31B2 is #11CE4D. Grayscale: #777777. Windows color (decimal): -1166926 or 11678190. OLE color: 11678190.
HSL color Cylindrical-coordinate representation of color #EE31B2: hue angle of 319.05º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE31B2 is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 49 | 178 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.07 |
| HSL | 319.05º | 0.85% | 0.56% | - |
| HSV(B) | 319.05º | 0.79% | 0.93% | - |
| XYZ | 44.39 | 23.59 | 44.33 | - |
| YUV | 120.22 | 160.62 | 212.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 49 | 178 | 0 | 0.79 | 0.25 | 0.07 | 319.05 | 0.85 | 0.56 |
| Hex | EE | 31 | B2 | 0 | 4F | 19 | 7 | 13F | 55 | 38 |
| Octal | 356 | 61 | 262 | 0 | 117 | 31 | 7 | 477 | 125 | 70 |
| Binary | 11101110 | 110001 | 10110010 | 0 | 1001111 | 11001 | 111 | 100111111 | 1010101 | 111000 |
Color Harmonies of #EE31B2
Complementary color
Monochromatic Colors of #EE31B2
Black with #EE31B2
Text Example
Text Example
White with #EE31B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE31B2; }
p { color: rgb(238,49,178); }
H1.HeaderClassName
{
color: #EE31B2;
}
.AnyTagClassName
{
color: #EE31B2;
}
</style>
background-color css
<style>
a { background-color: #EE31B2; }
a { background-color: rgb(238,49,178); }
div.DivClassName
{
background-color: #EE31B2;
}
.BgClassName
{
background-color: #EE31B2;
}
</style>
border-color css
<style>
span { border-color: #EE31B2; }
span { border-color: rgb(238,49,178); }
td.TdClassName
{
border-color: #EE31B2;
}
.TagClassName
{
border-color: #EE31B2;
}
</style>