Shades of French Rose #EE4C8C
Tints of French Rose #EE4C8C
RGB
CMYK
RGB Variations
Color information
#EE4C8C (or 0xEE4C8C) is known color: French Rose. HEX triplet: EE, 4C and 8C. RGB value is (238,76,140). Sum of RGB (Red+Green+Blue) = 238+76+140=454 (60% of max value = 765). Red value is 238 (93.36% from 255 or 52.42% from 454); Green value is 76 (30.08% from 255 or 16.74% from 454); Blue value is 140 (55.08% from 255 or 30.84% from 454); Max value from RGB is 238 - color contains mainly: red. Hex color #EE4C8C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EE4C8C is #11B373. Grayscale: #838383. Windows color (decimal): -1160052 or 9194734. OLE color: 9194734.
HSL color Cylindrical-coordinate representation of color #EE4C8C: hue angle of 336.3º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EE4C8C is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
RGB | 238 | 76 | 140 | - |
CMYK | 0 | 0.68 | 0.41 | 0.07 |
HSL | 336.3º | 0.83% | 0.62% | - |
HSV(B) | 336.3º | 0.68% | 0.93% | - |
XYZ | 42.58 | 25.24 | 27.44 | - |
YUV | 131.73 | 132.67 | 203.8 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 238 | 76 | 140 | 0 | 0.68 | 0.41 | 0.07 | 336.3 | 0.83 | 0.62 |
Hex | EE | 4C | 8C | 0 | 44 | 29 | 7 | 150 | 53 | 3E |
Octal | 356 | 114 | 214 | 0 | 104 | 51 | 7 | 520 | 123 | 76 |
Binary | 11101110 | 1001100 | 10001100 | 0 | 1000100 | 101001 | 111 | 101010000 | 1010011 | 111110 |
Color Harmonies of #EE4C8C
Complementary color
Monochromatic Colors of #EE4C8C
Black with #EE4C8C
Text Example
Text Example
White with #EE4C8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE4C8C; }
p { color: rgb(238,76,140); }
H1.HeaderClassName
{
color: #EE4C8C;
}
.AnyTagClassName
{
color: #EE4C8C;
}
</style>
background-color css
<style>
a { background-color: #EE4C8C; }
a { background-color: rgb(238,76,140); }
div.DivClassName
{
background-color: #EE4C8C;
}
.BgClassName
{
background-color: #EE4C8C;
}
</style>
border-color css
<style>
span { border-color: #EE4C8C; }
span { border-color: rgb(238,76,140); }
td.TdClassName
{
border-color: #EE4C8C;
}
.TagClassName
{
border-color: #EE4C8C;
}
</style>