Shades of French Rose #EE548A
Tints of French Rose #EE548A
RGB
CMYK
RGB Variations
Color information
#EE548A (or 0xEE548A) is known color: French Rose. HEX triplet: EE, 54 and 8A. RGB value is (238,84,138). Sum of RGB (Red+Green+Blue) = 238+84+138=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 84 (33.20% from 255 or 18.26% from 460); Blue value is 138 (54.30% from 255 or 30% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE548A is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE548A is #11AB75. Grayscale: #888888. Windows color (decimal): -1158006 or 9065710. OLE color: 9065710.
HSL color Cylindrical-coordinate representation of color #EE548A: hue angle of 338.96º degrees, saturation: 0.82, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #EE548A is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 84 | 138 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 338.96º | 0.82% | 0.63% | - |
| HSV(B) | 338.96º | 0.65% | 0.93% | - |
| XYZ | 43.02 | 26.35 | 26.86 | - |
| YUV | 136.2 | 129.02 | 200.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 84 | 138 | 0 | 0.65 | 0.42 | 0.07 | 338.96 | 0.82 | 0.63 |
| Hex | EE | 54 | 8A | 0 | 41 | 2A | 7 | 153 | 52 | 3F |
| Octal | 356 | 124 | 212 | 0 | 101 | 52 | 7 | 523 | 122 | 77 |
| Binary | 11101110 | 1010100 | 10001010 | 0 | 1000001 | 101010 | 111 | 101010011 | 1010010 | 111111 |
Color Harmonies of #EE548A
Complementary color
Monochromatic Colors of #EE548A
Black with #EE548A
Text Example
Text Example
White with #EE548A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE548A; }
p { color: rgb(238,84,138); }
H1.HeaderClassName
{
color: #EE548A;
}
.AnyTagClassName
{
color: #EE548A;
}
</style>
background-color css
<style>
a { background-color: #EE548A; }
a { background-color: rgb(238,84,138); }
div.DivClassName
{
background-color: #EE548A;
}
.BgClassName
{
background-color: #EE548A;
}
</style>
border-color css
<style>
span { border-color: #EE548A; }
span { border-color: rgb(238,84,138); }
td.TdClassName
{
border-color: #EE548A;
}
.TagClassName
{
border-color: #EE548A;
}
</style>