Shades of Brilliant Rose #EA509D
Tints of Brilliant Rose #EA509D
RGB
CMYK
RGB Variations
Color information
#EA509D (or 0xEA509D) is known color: Brilliant Rose. HEX triplet: EA, 50 and 9D. RGB value is (234,80,157). Sum of RGB (Red+Green+Blue) = 234+80+157=471 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.68% from 471); Green value is 80 (31.64% from 255 or 16.99% from 471); Blue value is 157 (61.72% from 255 or 33.33% from 471); Max value from RGB is 234 - color contains mainly: red. Hex color #EA509D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA509D is #15AF62. Grayscale: #868686. Windows color (decimal): -1421155 or 10309866. OLE color: 10309866.
HSL color Cylindrical-coordinate representation of color #EA509D: hue angle of 330º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EA509D is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 80 | 157 | - |
| CMYK | 0 | 0.66 | 0.33 | 0.08 |
| HSL | 330º | 0.79% | 0.62% | - |
| HSV(B) | 330º | 0.66% | 0.92% | - |
| XYZ | 42.89 | 25.66 | 34.59 | - |
| YUV | 134.82 | 140.52 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 80 | 157 | 0 | 0.66 | 0.33 | 0.08 | 330 | 0.79 | 0.62 |
| Hex | EA | 50 | 9D | 0 | 42 | 21 | 8 | 14A | 4F | 3E |
| Octal | 352 | 120 | 235 | 0 | 102 | 41 | 10 | 512 | 117 | 76 |
| Binary | 11101010 | 1010000 | 10011101 | 0 | 1000010 | 100001 | 1000 | 101001010 | 1001111 | 111110 |
Color Harmonies of #EA509D
Complementary color
Monochromatic Colors of #EA509D
Black with #EA509D
Text Example
Text Example
White with #EA509D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA509D; }
p { color: rgb(234,80,157); }
H1.HeaderClassName
{
color: #EA509D;
}
.AnyTagClassName
{
color: #EA509D;
}
</style>
background-color css
<style>
a { background-color: #EA509D; }
a { background-color: rgb(234,80,157); }
div.DivClassName
{
background-color: #EA509D;
}
.BgClassName
{
background-color: #EA509D;
}
</style>
border-color css
<style>
span { border-color: #EA509D; }
span { border-color: rgb(234,80,157); }
td.TdClassName
{
border-color: #EA509D;
}
.TagClassName
{
border-color: #EA509D;
}
</style>