Shades of Brilliant Rose #EA459F
Tints of Brilliant Rose #EA459F
RGB
CMYK
RGB Variations
Color information
#EA459F (or 0xEA459F) is known color: Brilliant Rose. HEX triplet: EA, 45 and 9F. RGB value is (234,69,159). Sum of RGB (Red+Green+Blue) = 234+69+159=462 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.65% from 462); Green value is 69 (27.34% from 255 or 14.94% from 462); Blue value is 159 (62.5% from 255 or 34.42% from 462); Max value from RGB is 234 - color contains mainly: red. Hex color #EA459F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA459F is #15BA60. Grayscale: #808080. Windows color (decimal): -1423969 or 10438122. OLE color: 10438122.
HSL color Cylindrical-coordinate representation of color #EA459F: hue angle of 327.27º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA459F is Cyan = 0, Magento = 0.71, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 159 | - |
| CMYK | 0 | 0.71 | 0.32 | 0.08 |
| HSL | 327.27º | 0.8% | 0.59% | - |
| HSV(B) | 327.27º | 0.71% | 0.92% | - |
| XYZ | 42.32 | 24.25 | 35.25 | - |
| YUV | 128.6 | 145.16 | 203.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 159 | 0 | 0.71 | 0.32 | 0.08 | 327.27 | 0.8 | 0.59 |
| Hex | EA | 45 | 9F | 0 | 47 | 20 | 8 | 147 | 50 | 3B |
| Octal | 352 | 105 | 237 | 0 | 107 | 40 | 10 | 507 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10011111 | 0 | 1000111 | 100000 | 1000 | 101000111 | 1010000 | 111011 |
Color Harmonies of #EA459F
Complementary color
Monochromatic Colors of #EA459F
Black with #EA459F
Text Example
Text Example
White with #EA459F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA459F; }
p { color: rgb(234,69,159); }
H1.HeaderClassName
{
color: #EA459F;
}
.AnyTagClassName
{
color: #EA459F;
}
</style>
background-color css
<style>
a { background-color: #EA459F; }
a { background-color: rgb(234,69,159); }
div.DivClassName
{
background-color: #EA459F;
}
.BgClassName
{
background-color: #EA459F;
}
</style>
border-color css
<style>
span { border-color: #EA459F; }
span { border-color: rgb(234,69,159); }
td.TdClassName
{
border-color: #EA459F;
}
.TagClassName
{
border-color: #EA459F;
}
</style>