Shades of Persian Rose #EE3CAA
Tints of Persian Rose #EE3CAA
RGB
CMYK
RGB Variations
Color information
#EE3CAA (or 0xEE3CAA) is known color: Persian Rose. HEX triplet: EE, 3C and AA. RGB value is (238,60,170). Sum of RGB (Red+Green+Blue) = 238+60+170=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 60 (23.83% from 255 or 12.82% from 468); Blue value is 170 (66.80% from 255 or 36.32% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3CAA is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE3CAA is #11C355. Grayscale: #7D7D7D. Windows color (decimal): -1164118 or 11156718. OLE color: 11156718.
HSL color Cylindrical-coordinate representation of color #EE3CAA: hue angle of 322.92º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3CAA is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 60 | 170 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.07 |
| HSL | 322.92º | 0.84% | 0.58% | - |
| HSV(B) | 322.92º | 0.75% | 0.93% | - |
| XYZ | 44.13 | 24.31 | 40.4 | - |
| YUV | 125.76 | 152.97 | 208.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 60 | 170 | 0 | 0.75 | 0.29 | 0.07 | 322.92 | 0.84 | 0.58 |
| Hex | EE | 3C | AA | 0 | 4B | 1D | 7 | 143 | 54 | 3A |
| Octal | 356 | 74 | 252 | 0 | 113 | 35 | 7 | 503 | 124 | 72 |
| Binary | 11101110 | 111100 | 10101010 | 0 | 1001011 | 11101 | 111 | 101000011 | 1010100 | 111010 |
Color Harmonies of #EE3CAA
Complementary color
Monochromatic Colors of #EE3CAA
Black with #EE3CAA
Text Example
Text Example
White with #EE3CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3CAA; }
p { color: rgb(238,60,170); }
H1.HeaderClassName
{
color: #EE3CAA;
}
.AnyTagClassName
{
color: #EE3CAA;
}
</style>
background-color css
<style>
a { background-color: #EE3CAA; }
a { background-color: rgb(238,60,170); }
div.DivClassName
{
background-color: #EE3CAA;
}
.BgClassName
{
background-color: #EE3CAA;
}
</style>
border-color css
<style>
span { border-color: #EE3CAA; }
span { border-color: rgb(238,60,170); }
td.TdClassName
{
border-color: #EE3CAA;
}
.TagClassName
{
border-color: #EE3CAA;
}
</style>