Shades of French Rose #EE528E
Tints of French Rose #EE528E
RGB
CMYK
RGB Variations
Color information
#EE528E (or 0xEE528E) is known color: French Rose. HEX triplet: EE, 52 and 8E. RGB value is (238,82,142). Sum of RGB (Red+Green+Blue) = 238+82+142=462 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.52% from 462); Green value is 82 (32.42% from 255 or 17.75% from 462); Blue value is 142 (55.86% from 255 or 30.74% from 462); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528E is #11AD71. Grayscale: #878787. Windows color (decimal): -1158514 or 9327342. OLE color: 9327342.
HSL color Cylindrical-coordinate representation of color #EE528E: hue angle of 336.92º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EE528E is Cyan = 0, Magento = 0.66, Yellow = 0.40 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 142 | - |
| CMYK | 0 | 0.66 | 0.40 | 0.07 |
| HSL | 336.92º | 0.82% | 0.63% | - |
| HSV(B) | 336.92º | 0.66% | 0.93% | - |
| XYZ | 43.16 | 26.16 | 28.37 | - |
| YUV | 135.48 | 131.68 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 142 | 0 | 0.66 | 0.40 | 0.07 | 336.92 | 0.82 | 0.63 |
| Hex | EE | 52 | 8E | 0 | 42 | 28 | 7 | 151 | 52 | 3F |
| Octal | 356 | 122 | 216 | 0 | 102 | 50 | 7 | 521 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10001110 | 0 | 1000010 | 101000 | 111 | 101010001 | 1010010 | 111111 |
Color Harmonies of #EE528E
Complementary color
Monochromatic Colors of #EE528E
Black with #EE528E
Text Example
Text Example
White with #EE528E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE528E; }
p { color: rgb(238,82,142); }
H1.HeaderClassName
{
color: #EE528E;
}
.AnyTagClassName
{
color: #EE528E;
}
</style>
background-color css
<style>
a { background-color: #EE528E; }
a { background-color: rgb(238,82,142); }
div.DivClassName
{
background-color: #EE528E;
}
.BgClassName
{
background-color: #EE528E;
}
</style>
border-color css
<style>
span { border-color: #EE528E; }
span { border-color: rgb(238,82,142); }
td.TdClassName
{
border-color: #EE528E;
}
.TagClassName
{
border-color: #EE528E;
}
</style>