Shades of Persian Rose #EE219B
Tints of Persian Rose #EE219B
RGB
CMYK
RGB Variations
Color information
#EE219B (or 0xEE219B) is known color: Persian Rose. HEX triplet: EE, 21 and 9B. RGB value is (238,33,155). Sum of RGB (Red+Green+Blue) = 238+33+155=426 (56% of max value = 765). Red value is 238 (93.36% from 255 or 55.87% from 426); Green value is 33 (13.28% from 255 or 7.75% from 426); Blue value is 155 (60.94% from 255 or 36.38% from 426); Max value from RGB is 238 - color contains mainly: red. Hex color #EE219B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE219B is #11DE64. Grayscale: #6B6B6B. Windows color (decimal): -1171045 or 10166766. OLE color: 10166766.
HSL color Cylindrical-coordinate representation of color #EE219B: hue angle of 324.29º 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 #EE219B is Cyan = 0, Magento = 0.86, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 33 | 155 | - |
| CMYK | 0 | 0.86 | 0.35 | 0.07 |
| HSL | 324.29º | 0.86% | 0.53% | - |
| HSV(B) | 324.29º | 0.86% | 0.93% | - |
| XYZ | 41.72 | 21.63 | 32.99 | - |
| YUV | 108.2 | 154.42 | 220.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 33 | 155 | 0 | 0.86 | 0.35 | 0.07 | 324.29 | 0.86 | 0.53 |
| Hex | EE | 21 | 9B | 0 | 56 | 23 | 7 | 144 | 56 | 35 |
| Octal | 356 | 41 | 233 | 0 | 126 | 43 | 7 | 504 | 126 | 65 |
| Binary | 11101110 | 100001 | 10011011 | 0 | 1010110 | 100011 | 111 | 101000100 | 1010110 | 110101 |
Color Harmonies of #EE219B
Complementary color
Monochromatic Colors of #EE219B
Black with #EE219B
Text Example
Text Example
White with #EE219B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE219B; }
p { color: rgb(238,33,155); }
H1.HeaderClassName
{
color: #EE219B;
}
.AnyTagClassName
{
color: #EE219B;
}
</style>
background-color css
<style>
a { background-color: #EE219B; }
a { background-color: rgb(238,33,155); }
div.DivClassName
{
background-color: #EE219B;
}
.BgClassName
{
background-color: #EE219B;
}
</style>
border-color css
<style>
span { border-color: #EE219B; }
span { border-color: rgb(238,33,155); }
td.TdClassName
{
border-color: #EE219B;
}
.TagClassName
{
border-color: #EE219B;
}
</style>