Shades of French Rose #EE457E
Tints of French Rose #EE457E
RGB
CMYK
RGB Variations
Color information
#EE457E (or 0xEE457E) is known color: French Rose. HEX triplet: EE, 45 and 7E. RGB value is (238,69,126). Sum of RGB (Red+Green+Blue) = 238+69+126=433 (57% of max value = 765). Red value is 238 (93.36% from 255 or 54.97% from 433); Green value is 69 (27.34% from 255 or 15.94% from 433); Blue value is 126 (49.61% from 255 or 29.10% from 433); Max value from RGB is 238 - color contains mainly: red. Hex color #EE457E is not a web safe color. Web safe color analog (approx): #FF3366. Inversed color of #EE457E is #11BA81. Grayscale: #7D7D7D. Windows color (decimal): -1161858 or 8275438. OLE color: 8275438.
HSL color Cylindrical-coordinate representation of color #EE457E: hue angle of 339.76º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE457E is Cyan = 0, Magento = 0.71, Yellow = 0.47 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 69 | 126 | - |
| CMYK | 0 | 0.71 | 0.47 | 0.07 |
| HSL | 339.76º | 0.83% | 0.6% | - |
| HSV(B) | 339.76º | 0.71% | 0.93% | - |
| XYZ | 41.15 | 23.94 | 22.19 | - |
| YUV | 126.03 | 127.99 | 207.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 69 | 126 | 0 | 0.71 | 0.47 | 0.07 | 339.76 | 0.83 | 0.6 |
| Hex | EE | 45 | 7E | 0 | 47 | 2F | 7 | 154 | 53 | 3C |
| Octal | 356 | 105 | 176 | 0 | 107 | 57 | 7 | 524 | 123 | 74 |
| Binary | 11101110 | 1000101 | 1111110 | 0 | 1000111 | 101111 | 111 | 101010100 | 1010011 | 111100 |
Color Harmonies of #EE457E
Complementary color
Monochromatic Colors of #EE457E
Black with #EE457E
Text Example
Text Example
White with #EE457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE457E; }
p { color: rgb(238,69,126); }
H1.HeaderClassName
{
color: #EE457E;
}
.AnyTagClassName
{
color: #EE457E;
}
</style>
background-color css
<style>
a { background-color: #EE457E; }
a { background-color: rgb(238,69,126); }
div.DivClassName
{
background-color: #EE457E;
}
.BgClassName
{
background-color: #EE457E;
}
</style>
border-color css
<style>
span { border-color: #EE457E; }
span { border-color: rgb(238,69,126); }
td.TdClassName
{
border-color: #EE457E;
}
.TagClassName
{
border-color: #EE457E;
}
</style>