Shades of Persian Rose #EE30AB
Tints of Persian Rose #EE30AB
RGB
CMYK
RGB Variations
Color information
#EE30AB (or 0xEE30AB) is known color: Persian Rose. HEX triplet: EE, 30 and AB. RGB value is (238,48,171). Sum of RGB (Red+Green+Blue) = 238+48+171=457 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.08% from 457); Green value is 48 (19.14% from 255 or 10.50% from 457); Blue value is 171 (67.19% from 255 or 37.42% from 457); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE30AB is #11CF54. Grayscale: #767676. Windows color (decimal): -1167189 or 11219182. OLE color: 11219182.
HSL color Cylindrical-coordinate representation of color #EE30AB: hue angle of 321.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE30AB is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 171 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.07 |
| HSL | 321.16º | 0.85% | 0.56% | - |
| HSV(B) | 321.16º | 0.8% | 0.93% | - |
| XYZ | 43.67 | 23.23 | 40.71 | - |
| YUV | 118.83 | 157.45 | 213 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 171 | 0 | 0.80 | 0.28 | 0.07 | 321.16 | 0.85 | 0.56 |
| Hex | EE | 30 | AB | 0 | 50 | 1C | 7 | 141 | 55 | 38 |
| Octal | 356 | 60 | 253 | 0 | 120 | 34 | 7 | 501 | 125 | 70 |
| Binary | 11101110 | 110000 | 10101011 | 0 | 1010000 | 11100 | 111 | 101000001 | 1010101 | 111000 |
Color Harmonies of #EE30AB
Complementary color
Monochromatic Colors of #EE30AB
Black with #EE30AB
Text Example
Text Example
White with #EE30AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30AB; }
p { color: rgb(238,48,171); }
H1.HeaderClassName
{
color: #EE30AB;
}
.AnyTagClassName
{
color: #EE30AB;
}
</style>
background-color css
<style>
a { background-color: #EE30AB; }
a { background-color: rgb(238,48,171); }
div.DivClassName
{
background-color: #EE30AB;
}
.BgClassName
{
background-color: #EE30AB;
}
</style>
border-color css
<style>
span { border-color: #EE30AB; }
span { border-color: rgb(238,48,171); }
td.TdClassName
{
border-color: #EE30AB;
}
.TagClassName
{
border-color: #EE30AB;
}
</style>