Shades of French Rose #EE538B
Tints of French Rose #EE538B
RGB
CMYK
RGB Variations
Color information
#EE538B (or 0xEE538B) is known color: French Rose. HEX triplet: EE, 53 and 8B. RGB value is (238,83,139). Sum of RGB (Red+Green+Blue) = 238+83+139=460 (60% of max value = 765). Red value is 238 (93.36% from 255 or 51.74% from 460); Green value is 83 (32.81% from 255 or 18.04% from 460); Blue value is 139 (54.69% from 255 or 30.22% from 460); Max value from RGB is 238 - color contains mainly: red. Hex color #EE538B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EE538B is #11AC74. Grayscale: #878787. Windows color (decimal): -1158261 or 9130990. OLE color: 9130990.
HSL color Cylindrical-coordinate representation of color #EE538B: hue angle of 338.32º 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 #EE538B is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 83 | 139 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.07 |
| HSL | 338.32º | 0.82% | 0.63% | - |
| HSV(B) | 338.32º | 0.65% | 0.93% | - |
| XYZ | 43.01 | 26.23 | 27.22 | - |
| YUV | 135.73 | 129.85 | 200.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 83 | 139 | 0 | 0.65 | 0.42 | 0.07 | 338.32 | 0.82 | 0.63 |
| Hex | EE | 53 | 8B | 0 | 41 | 2A | 7 | 152 | 52 | 3F |
| Octal | 356 | 123 | 213 | 0 | 101 | 52 | 7 | 522 | 122 | 77 |
| Binary | 11101110 | 1010011 | 10001011 | 0 | 1000001 | 101010 | 111 | 101010010 | 1010010 | 111111 |
Color Harmonies of #EE538B
Complementary color
Monochromatic Colors of #EE538B
Black with #EE538B
Text Example
Text Example
White with #EE538B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE538B; }
p { color: rgb(238,83,139); }
H1.HeaderClassName
{
color: #EE538B;
}
.AnyTagClassName
{
color: #EE538B;
}
</style>
background-color css
<style>
a { background-color: #EE538B; }
a { background-color: rgb(238,83,139); }
div.DivClassName
{
background-color: #EE538B;
}
.BgClassName
{
background-color: #EE538B;
}
</style>
border-color css
<style>
span { border-color: #EE538B; }
span { border-color: rgb(238,83,139); }
td.TdClassName
{
border-color: #EE538B;
}
.TagClassName
{
border-color: #EE538B;
}
</style>