Shades of French Rose #EA4A8A
Tints of French Rose #EA4A8A
RGB
CMYK
RGB Variations
Color information
#EA4A8A (or 0xEA4A8A) is known color: French Rose. HEX triplet: EA, 4A and 8A. RGB value is (234,74,138). Sum of RGB (Red+Green+Blue) = 234+74+138=446 (59% of max value = 765). Red value is 234 (91.80% from 255 or 52.47% from 446); Green value is 74 (29.30% from 255 or 16.59% from 446); Blue value is 138 (54.30% from 255 or 30.94% from 446); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A8A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A8A is #15B575. Grayscale: #818181. Windows color (decimal): -1422710 or 9063146. OLE color: 9063146.
HSL color Cylindrical-coordinate representation of color #EA4A8A: hue angle of 336º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A8A is Cyan = 0, Magento = 0.68, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 138 | - |
| CMYK | 0 | 0.68 | 0.41 | 0.08 |
| HSL | 336º | 0.79% | 0.6% | - |
| HSV(B) | 336º | 0.68% | 0.92% | - |
| XYZ | 40.97 | 24.22 | 26.56 | - |
| YUV | 129.14 | 133.01 | 202.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 138 | 0 | 0.68 | 0.41 | 0.08 | 336 | 0.79 | 0.6 |
| Hex | EA | 4A | 8A | 0 | 44 | 29 | 8 | 150 | 4F | 3C |
| Octal | 352 | 112 | 212 | 0 | 104 | 51 | 10 | 520 | 117 | 74 |
| Binary | 11101010 | 1001010 | 10001010 | 0 | 1000100 | 101001 | 1000 | 101010000 | 1001111 | 111100 |
Color Harmonies of #EA4A8A
Complementary color
Monochromatic Colors of #EA4A8A
Black with #EA4A8A
Text Example
Text Example
White with #EA4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A8A; }
p { color: rgb(234,74,138); }
H1.HeaderClassName
{
color: #EA4A8A;
}
.AnyTagClassName
{
color: #EA4A8A;
}
</style>
background-color css
<style>
a { background-color: #EA4A8A; }
a { background-color: rgb(234,74,138); }
div.DivClassName
{
background-color: #EA4A8A;
}
.BgClassName
{
background-color: #EA4A8A;
}
</style>
border-color css
<style>
span { border-color: #EA4A8A; }
span { border-color: rgb(234,74,138); }
td.TdClassName
{
border-color: #EA4A8A;
}
.TagClassName
{
border-color: #EA4A8A;
}
</style>