Shades of Persian Rose #EE38AD
Tints of Persian Rose #EE38AD
RGB
CMYK
RGB Variations
Color information
#EE38AD (or 0xEE38AD) is known color: Persian Rose. HEX triplet: EE, 38 and AD. RGB value is (238,56,173). Sum of RGB (Red+Green+Blue) = 238+56+173=467 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.96% from 467); Green value is 56 (22.27% from 255 or 11.99% from 467); Blue value is 173 (67.97% from 255 or 37.04% from 467); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE38AD is #11C752. Grayscale: #7B7B7B. Windows color (decimal): -1165139 or 11352302. OLE color: 11352302.
HSL color Cylindrical-coordinate representation of color #EE38AD: hue angle of 321.43º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE38AD is Cyan = 0, Magento = 0.76, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 173 | - |
| CMYK | 0 | 0.76 | 0.27 | 0.07 |
| HSL | 321.43º | 0.84% | 0.58% | - |
| HSV(B) | 321.43º | 0.76% | 0.93% | - |
| XYZ | 44.22 | 24.02 | 41.84 | - |
| YUV | 123.76 | 155.8 | 209.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 173 | 0 | 0.76 | 0.27 | 0.07 | 321.43 | 0.84 | 0.58 |
| Hex | EE | 38 | AD | 0 | 4C | 1B | 7 | 141 | 54 | 3A |
| Octal | 356 | 70 | 255 | 0 | 114 | 33 | 7 | 501 | 124 | 72 |
| Binary | 11101110 | 111000 | 10101101 | 0 | 1001100 | 11011 | 111 | 101000001 | 1010100 | 111010 |
Color Harmonies of #EE38AD
Complementary color
Monochromatic Colors of #EE38AD
Black with #EE38AD
Text Example
Text Example
White with #EE38AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38AD; }
p { color: rgb(238,56,173); }
H1.HeaderClassName
{
color: #EE38AD;
}
.AnyTagClassName
{
color: #EE38AD;
}
</style>
background-color css
<style>
a { background-color: #EE38AD; }
a { background-color: rgb(238,56,173); }
div.DivClassName
{
background-color: #EE38AD;
}
.BgClassName
{
background-color: #EE38AD;
}
</style>
border-color css
<style>
span { border-color: #EE38AD; }
span { border-color: rgb(238,56,173); }
td.TdClassName
{
border-color: #EE38AD;
}
.TagClassName
{
border-color: #EE38AD;
}
</style>