Shades of Persian Rose #EE30AC
Tints of Persian Rose #EE30AC
RGB
CMYK
RGB Variations
Color information
#EE30AC (or 0xEE30AC) is known color: Persian Rose. HEX triplet: EE, 30 and AC. RGB value is (238,48,172). Sum of RGB (Red+Green+Blue) = 238+48+172=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 48 (19.14% from 255 or 10.48% from 458); Blue value is 172 (67.58% from 255 or 37.55% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE30AC is #11CF53. Grayscale: #767676. Windows color (decimal): -1167188 or 11284718. OLE color: 11284718.
HSL color Cylindrical-coordinate representation of color #EE30AC: hue angle of 320.84º 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 #EE30AC is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 172 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.07 |
| HSL | 320.84º | 0.85% | 0.56% | - |
| HSV(B) | 320.84º | 0.8% | 0.93% | - |
| XYZ | 43.76 | 23.27 | 41.21 | - |
| YUV | 118.95 | 157.95 | 212.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 172 | 0 | 0.80 | 0.28 | 0.07 | 320.84 | 0.85 | 0.56 |
| Hex | EE | 30 | AC | 0 | 50 | 1C | 7 | 141 | 55 | 38 |
| Octal | 356 | 60 | 254 | 0 | 120 | 34 | 7 | 501 | 125 | 70 |
| Binary | 11101110 | 110000 | 10101100 | 0 | 1010000 | 11100 | 111 | 101000001 | 1010101 | 111000 |
Color Harmonies of #EE30AC
Complementary color
Monochromatic Colors of #EE30AC
Black with #EE30AC
Text Example
Text Example
White with #EE30AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30AC; }
p { color: rgb(238,48,172); }
H1.HeaderClassName
{
color: #EE30AC;
}
.AnyTagClassName
{
color: #EE30AC;
}
</style>
background-color css
<style>
a { background-color: #EE30AC; }
a { background-color: rgb(238,48,172); }
div.DivClassName
{
background-color: #EE30AC;
}
.BgClassName
{
background-color: #EE30AC;
}
</style>
border-color css
<style>
span { border-color: #EE30AC; }
span { border-color: rgb(238,48,172); }
td.TdClassName
{
border-color: #EE30AC;
}
.TagClassName
{
border-color: #EE30AC;
}
</style>