Shades of Persian Rose #EE2DAC
Tints of Persian Rose #EE2DAC
RGB
CMYK
RGB Variations
Color information
#EE2DAC (or 0xEE2DAC) is known color: Persian Rose. HEX triplet: EE, 2D and AC. RGB value is (238,45,172). Sum of RGB (Red+Green+Blue) = 238+45+172=455 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.31% from 455); Green value is 45 (17.97% from 255 or 9.89% from 455); Blue value is 172 (67.58% from 255 or 37.80% from 455); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2DAC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE2DAC is #11D253. Grayscale: #747474. Windows color (decimal): -1167956 or 11283950. OLE color: 11283950.
HSL color Cylindrical-coordinate representation of color #EE2DAC: hue angle of 320.52º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2DAC is Cyan = 0, Magento = 0.81, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 45 | 172 | - |
| CMYK | 0 | 0.81 | 0.28 | 0.07 |
| HSL | 320.52º | 0.85% | 0.55% | - |
| HSV(B) | 320.52º | 0.81% | 0.93% | - |
| XYZ | 43.64 | 23.03 | 41.18 | - |
| YUV | 117.19 | 158.94 | 214.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 45 | 172 | 0 | 0.81 | 0.28 | 0.07 | 320.52 | 0.85 | 0.55 |
| Hex | EE | 2D | AC | 0 | 51 | 1C | 7 | 141 | 55 | 37 |
| Octal | 356 | 55 | 254 | 0 | 121 | 34 | 7 | 501 | 125 | 67 |
| Binary | 11101110 | 101101 | 10101100 | 0 | 1010001 | 11100 | 111 | 101000001 | 1010101 | 110111 |
Color Harmonies of #EE2DAC
Complementary color
Monochromatic Colors of #EE2DAC
Black with #EE2DAC
Text Example
Text Example
White with #EE2DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2DAC; }
p { color: rgb(238,45,172); }
H1.HeaderClassName
{
color: #EE2DAC;
}
.AnyTagClassName
{
color: #EE2DAC;
}
</style>
background-color css
<style>
a { background-color: #EE2DAC; }
a { background-color: rgb(238,45,172); }
div.DivClassName
{
background-color: #EE2DAC;
}
.BgClassName
{
background-color: #EE2DAC;
}
</style>
border-color css
<style>
span { border-color: #EE2DAC; }
span { border-color: rgb(238,45,172); }
td.TdClassName
{
border-color: #EE2DAC;
}
.TagClassName
{
border-color: #EE2DAC;
}
</style>