Shades of Persian Rose #EE1F9B
Tints of Persian Rose #EE1F9B
RGB
CMYK
RGB Variations
Color information
#EE1F9B (or 0xEE1F9B) is known color: Persian Rose. HEX triplet: EE, 1F and 9B. RGB value is (238,31,155). Sum of RGB (Red+Green+Blue) = 238+31+155=424 (56% of max value = 765). Red value is 238 (93.36% from 255 or 56.13% from 424); Green value is 31 (12.5% from 255 or 7.31% from 424); Blue value is 155 (60.94% from 255 or 36.56% from 424); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1F9B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE1F9B is #11E064. Grayscale: #6A6A6A. Windows color (decimal): -1171557 or 10166254. OLE color: 10166254.
HSL color Cylindrical-coordinate representation of color #EE1F9B: hue angle of 324.06º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1F9B is Cyan = 0, Magento = 0.87, Yellow = 0.35 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 31 | 155 | - |
| CMYK | 0 | 0.87 | 0.35 | 0.07 |
| HSL | 324.06º | 0.86% | 0.53% | - |
| HSV(B) | 324.06º | 0.87% | 0.93% | - |
| XYZ | 41.67 | 21.52 | 32.97 | - |
| YUV | 107.03 | 155.08 | 221.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 31 | 155 | 0 | 0.87 | 0.35 | 0.07 | 324.06 | 0.86 | 0.53 |
| Hex | EE | 1F | 9B | 0 | 57 | 23 | 7 | 144 | 56 | 35 |
| Octal | 356 | 37 | 233 | 0 | 127 | 43 | 7 | 504 | 126 | 65 |
| Binary | 11101110 | 11111 | 10011011 | 0 | 1010111 | 100011 | 111 | 101000100 | 1010110 | 110101 |
Color Harmonies of #EE1F9B
Complementary color
Monochromatic Colors of #EE1F9B
Black with #EE1F9B
Text Example
Text Example
White with #EE1F9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1F9B; }
p { color: rgb(238,31,155); }
H1.HeaderClassName
{
color: #EE1F9B;
}
.AnyTagClassName
{
color: #EE1F9B;
}
</style>
background-color css
<style>
a { background-color: #EE1F9B; }
a { background-color: rgb(238,31,155); }
div.DivClassName
{
background-color: #EE1F9B;
}
.BgClassName
{
background-color: #EE1F9B;
}
</style>
border-color css
<style>
span { border-color: #EE1F9B; }
span { border-color: rgb(238,31,155); }
td.TdClassName
{
border-color: #EE1F9B;
}
.TagClassName
{
border-color: #EE1F9B;
}
</style>