Shades of French Rose #EA4A96
Tints of French Rose #EA4A96
RGB
CMYK
RGB Variations
Color information
#EA4A96 (or 0xEA4A96) is known color: French Rose. HEX triplet: EA, 4A and 96. RGB value is (234,74,150). Sum of RGB (Red+Green+Blue) = 234+74+150=458 (60% of max value = 765). Red value is 234 (91.80% from 255 or 51.09% from 458); Green value is 74 (29.30% from 255 or 16.16% from 458); Blue value is 150 (58.98% from 255 or 32.75% from 458); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A96 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A96 is #15B569. Grayscale: #828282. Windows color (decimal): -1422698 or 9849578. OLE color: 9849578.
HSL color Cylindrical-coordinate representation of color #EA4A96: hue angle of 331.5º 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 #EA4A96 is Cyan = 0, Magento = 0.68, Yellow = 0.36 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 150 | - |
| CMYK | 0 | 0.68 | 0.36 | 0.08 |
| HSL | 331.5º | 0.79% | 0.6% | - |
| HSV(B) | 331.5º | 0.68% | 0.92% | - |
| XYZ | 41.89 | 24.59 | 31.39 | - |
| YUV | 130.5 | 139.01 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 150 | 0 | 0.68 | 0.36 | 0.08 | 331.5 | 0.79 | 0.6 |
| Hex | EA | 4A | 96 | 0 | 44 | 24 | 8 | 14C | 4F | 3C |
| Octal | 352 | 112 | 226 | 0 | 104 | 44 | 10 | 514 | 117 | 74 |
| Binary | 11101010 | 1001010 | 10010110 | 0 | 1000100 | 100100 | 1000 | 101001100 | 1001111 | 111100 |
Color Harmonies of #EA4A96
Complementary color
Monochromatic Colors of #EA4A96
Black with #EA4A96
Text Example
Text Example
White with #EA4A96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A96; }
p { color: rgb(234,74,150); }
H1.HeaderClassName
{
color: #EA4A96;
}
.AnyTagClassName
{
color: #EA4A96;
}
</style>
background-color css
<style>
a { background-color: #EA4A96; }
a { background-color: rgb(234,74,150); }
div.DivClassName
{
background-color: #EA4A96;
}
.BgClassName
{
background-color: #EA4A96;
}
</style>
border-color css
<style>
span { border-color: #EA4A96; }
span { border-color: rgb(234,74,150); }
td.TdClassName
{
border-color: #EA4A96;
}
.TagClassName
{
border-color: #EA4A96;
}
</style>