Shades of Persian Rose #EE21A3
Tints of Persian Rose #EE21A3
RGB
CMYK
RGB Variations
Color information
#EE21A3 (or 0xEE21A3) is known color: Persian Rose. HEX triplet: EE, 21 and A3. RGB value is (238,33,163). Sum of RGB (Red+Green+Blue) = 238+33+163=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 33 (13.28% from 255 or 7.60% from 434); Blue value is 163 (64.06% from 255 or 37.56% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE21A3 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE21A3 is #11DE5C. Grayscale: #6C6C6C. Windows color (decimal): -1171037 or 10691054. OLE color: 10691054.
HSL color Cylindrical-coordinate representation of color #EE21A3: hue angle of 321.95º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #EE21A3 is Cyan = 0, Magento = 0.86, Yellow = 0.32 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 163 | - |
| CMYK | 0 | 0.86 | 0.32 | 0.07 |
| HSL | 321.95º | 0.86% | 0.53% | - |
| HSV(B) | 321.95º | 0.86% | 0.93% | - |
| XYZ | 42.41 | 21.91 | 36.64 | - |
| YUV | 109.12 | 158.42 | 219.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 163 | 0 | 0.86 | 0.32 | 0.07 | 321.95 | 0.86 | 0.53 |
| Hex | EE | 21 | A3 | 0 | 56 | 20 | 7 | 142 | 56 | 35 |
| Octal | 356 | 41 | 243 | 0 | 126 | 40 | 7 | 502 | 126 | 65 |
| Binary | 11101110 | 100001 | 10100011 | 0 | 1010110 | 100000 | 111 | 101000010 | 1010110 | 110101 |
Color Harmonies of #EE21A3
Complementary color
Monochromatic Colors of #EE21A3
Black with #EE21A3
Text Example
Text Example
White with #EE21A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE21A3; }
p { color: rgb(238,33,163); }
H1.HeaderClassName
{
color: #EE21A3;
}
.AnyTagClassName
{
color: #EE21A3;
}
</style>
background-color css
<style>
a { background-color: #EE21A3; }
a { background-color: rgb(238,33,163); }
div.DivClassName
{
background-color: #EE21A3;
}
.BgClassName
{
background-color: #EE21A3;
}
</style>
border-color css
<style>
span { border-color: #EE21A3; }
span { border-color: rgb(238,33,163); }
td.TdClassName
{
border-color: #EE21A3;
}
.TagClassName
{
border-color: #EE21A3;
}
</style>