Shades of French Rose #EE528A
Tints of French Rose #EE528A
RGB
CMYK
RGB Variations
Color information
#EE528A (or 0xEE528A) is known color: French Rose. HEX triplet: EE, 52 and 8A. RGB value is (238,82,138). Sum of RGB (Red+Green+Blue) = 238+82+138=458 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.97% from 458); Green value is 82 (32.42% from 255 or 17.90% from 458); Blue value is 138 (54.30% from 255 or 30.13% from 458); Max value from RGB is 238 - color contains mainly: red. Hex color #EE528A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE528A is #11AD75. Grayscale: #868686. Windows color (decimal): -1158518 or 9065198. OLE color: 9065198.
HSL color Cylindrical-coordinate representation of color #EE528A: hue angle of 338.46º 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 #EE528A is Cyan = 0, Magento = 0.66, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 82 | 138 | - |
| CMYK | 0 | 0.66 | 0.42 | 0.07 |
| HSL | 338.46º | 0.82% | 0.63% | - |
| HSV(B) | 338.46º | 0.66% | 0.93% | - |
| XYZ | 42.86 | 26.05 | 26.81 | - |
| YUV | 135.03 | 129.68 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 82 | 138 | 0 | 0.66 | 0.42 | 0.07 | 338.46 | 0.82 | 0.63 |
| Hex | EE | 52 | 8A | 0 | 42 | 2A | 7 | 152 | 52 | 3F |
| Octal | 356 | 122 | 212 | 0 | 102 | 52 | 7 | 522 | 122 | 77 |
| Binary | 11101110 | 1010010 | 10001010 | 0 | 1000010 | 101010 | 111 | 101010010 | 1010010 | 111111 |
Color Harmonies of #EE528A
Complementary color
Monochromatic Colors of #EE528A
Black with #EE528A
Text Example
Text Example
White with #EE528A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE528A; }
p { color: rgb(238,82,138); }
H1.HeaderClassName
{
color: #EE528A;
}
.AnyTagClassName
{
color: #EE528A;
}
</style>
background-color css
<style>
a { background-color: #EE528A; }
a { background-color: rgb(238,82,138); }
div.DivClassName
{
background-color: #EE528A;
}
.BgClassName
{
background-color: #EE528A;
}
</style>
border-color css
<style>
span { border-color: #EE528A; }
span { border-color: rgb(238,82,138); }
td.TdClassName
{
border-color: #EE528A;
}
.TagClassName
{
border-color: #EE528A;
}
</style>