Shades of Persian Rose #EE33AB
Tints of Persian Rose #EE33AB
RGB
CMYK
RGB Variations
Color information
#EE33AB (or 0xEE33AB) is known color: Persian Rose. HEX triplet: EE, 33 and AB. RGB value is (238,51,171). Sum of RGB (Red+Green+Blue) = 238+51+171=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 51 (20.31% from 255 or 11.09% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE33AB is #11CC54. Grayscale: #787878. Windows color (decimal): -1166421 or 11219950. OLE color: 11219950.
HSL color Cylindrical-coordinate representation of color #EE33AB: hue angle of 321.5º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33AB is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 171 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.07 |
| HSL | 321.5º | 0.85% | 0.57% | - |
| HSV(B) | 321.5º | 0.79% | 0.93% | - |
| XYZ | 43.79 | 23.49 | 40.75 | - |
| YUV | 120.59 | 156.45 | 211.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 171 | 0 | 0.79 | 0.28 | 0.07 | 321.5 | 0.85 | 0.57 |
| Hex | EE | 33 | AB | 0 | 4F | 1C | 7 | 141 | 55 | 39 |
| Octal | 356 | 63 | 253 | 0 | 117 | 34 | 7 | 501 | 125 | 71 |
| Binary | 11101110 | 110011 | 10101011 | 0 | 1001111 | 11100 | 111 | 101000001 | 1010101 | 111001 |
Color Harmonies of #EE33AB
Complementary color
Monochromatic Colors of #EE33AB
Black with #EE33AB
Text Example
Text Example
White with #EE33AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33AB; }
p { color: rgb(238,51,171); }
H1.HeaderClassName
{
color: #EE33AB;
}
.AnyTagClassName
{
color: #EE33AB;
}
</style>
background-color css
<style>
a { background-color: #EE33AB; }
a { background-color: rgb(238,51,171); }
div.DivClassName
{
background-color: #EE33AB;
}
.BgClassName
{
background-color: #EE33AB;
}
</style>
border-color css
<style>
span { border-color: #EE33AB; }
span { border-color: rgb(238,51,171); }
td.TdClassName
{
border-color: #EE33AB;
}
.TagClassName
{
border-color: #EE33AB;
}
</style>