Shades of Persian Rose #EE30AD
Tints of Persian Rose #EE30AD
RGB
CMYK
RGB Variations
Color information
#EE30AD (or 0xEE30AD) is known color: Persian Rose. HEX triplet: EE, 30 and AD. RGB value is (238,48,173). Sum of RGB (Red+Green+Blue) = 238+48+173=459 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.85% from 459); Green value is 48 (19.14% from 255 or 10.46% from 459); Blue value is 173 (67.97% from 255 or 37.69% from 459); Max value from RGB is 238 - color contains mainly: red. Hex color #EE30AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE30AD is #11CF52. Grayscale: #767676. Windows color (decimal): -1167187 or 11350254. OLE color: 11350254.
HSL color Cylindrical-coordinate representation of color #EE30AD: hue angle of 320.53º 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 #EE30AD is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 48 | 173 | - |
| CMYK | 0 | 0.80 | 0.27 | 0.07 |
| HSL | 320.53º | 0.85% | 0.56% | - |
| HSV(B) | 320.53º | 0.8% | 0.93% | - |
| XYZ | 43.86 | 23.31 | 41.72 | - |
| YUV | 119.06 | 158.45 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 48 | 173 | 0 | 0.80 | 0.27 | 0.07 | 320.53 | 0.85 | 0.56 |
| Hex | EE | 30 | AD | 0 | 50 | 1B | 7 | 141 | 55 | 38 |
| Octal | 356 | 60 | 255 | 0 | 120 | 33 | 7 | 501 | 125 | 70 |
| Binary | 11101110 | 110000 | 10101101 | 0 | 1010000 | 11011 | 111 | 101000001 | 1010101 | 111000 |
Color Harmonies of #EE30AD
Complementary color
Monochromatic Colors of #EE30AD
Black with #EE30AD
Text Example
Text Example
White with #EE30AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE30AD; }
p { color: rgb(238,48,173); }
H1.HeaderClassName
{
color: #EE30AD;
}
.AnyTagClassName
{
color: #EE30AD;
}
</style>
background-color css
<style>
a { background-color: #EE30AD; }
a { background-color: rgb(238,48,173); }
div.DivClassName
{
background-color: #EE30AD;
}
.BgClassName
{
background-color: #EE30AD;
}
</style>
border-color css
<style>
span { border-color: #EE30AD; }
span { border-color: rgb(238,48,173); }
td.TdClassName
{
border-color: #EE30AD;
}
.TagClassName
{
border-color: #EE30AD;
}
</style>