Shades of Persian Rose #EE279D
Tints of Persian Rose #EE279D
RGB
CMYK
RGB Variations
Color information
#EE279D (or 0xEE279D) is known color: Persian Rose. HEX triplet: EE, 27 and 9D. RGB value is (238,39,157). Sum of RGB (Red+Green+Blue) = 238+39+157=434 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.84% from 434); Green value is 39 (15.62% from 255 or 8.99% from 434); Blue value is 157 (61.72% from 255 or 36.18% from 434); Max value from RGB is 238 - color contains mainly: red. Hex color #EE279D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE279D is #11D862. Grayscale: #6F6F6F. Windows color (decimal): -1169507 or 10299374. OLE color: 10299374.
HSL color Cylindrical-coordinate representation of color #EE279D: hue angle of 324.42º degrees, saturation: 0.85, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE279D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 39 | 157 | - |
| CMYK | 0 | 0.84 | 0.34 | 0.07 |
| HSL | 324.42º | 0.85% | 0.54% | - |
| HSV(B) | 324.42º | 0.84% | 0.93% | - |
| XYZ | 42.07 | 22.06 | 33.94 | - |
| YUV | 111.95 | 153.43 | 217.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 39 | 157 | 0 | 0.84 | 0.34 | 0.07 | 324.42 | 0.85 | 0.54 |
| Hex | EE | 27 | 9D | 0 | 54 | 22 | 7 | 144 | 55 | 36 |
| Octal | 356 | 47 | 235 | 0 | 124 | 42 | 7 | 504 | 125 | 66 |
| Binary | 11101110 | 100111 | 10011101 | 0 | 1010100 | 100010 | 111 | 101000100 | 1010101 | 110110 |
Color Harmonies of #EE279D
Complementary color
Monochromatic Colors of #EE279D
Black with #EE279D
Text Example
Text Example
White with #EE279D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE279D; }
p { color: rgb(238,39,157); }
H1.HeaderClassName
{
color: #EE279D;
}
.AnyTagClassName
{
color: #EE279D;
}
</style>
background-color css
<style>
a { background-color: #EE279D; }
a { background-color: rgb(238,39,157); }
div.DivClassName
{
background-color: #EE279D;
}
.BgClassName
{
background-color: #EE279D;
}
</style>
border-color css
<style>
span { border-color: #EE279D; }
span { border-color: rgb(238,39,157); }
td.TdClassName
{
border-color: #EE279D;
}
.TagClassName
{
border-color: #EE279D;
}
</style>