Shades of Brilliant Rose #EA499D
Tints of Brilliant Rose #EA499D
RGB
CMYK
RGB Variations
Color information
#EA499D (or 0xEA499D) is known color: Brilliant Rose. HEX triplet: EA, 49 and 9D. RGB value is (234,73,157). Sum of RGB (Red+Green+Blue) = 234+73+157=464 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.43% from 464); Green value is 73 (28.91% from 255 or 15.73% from 464); Blue value is 157 (61.72% from 255 or 33.84% from 464); Max value from RGB is 234 - color contains mainly: red. Hex color #EA499D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA499D is #15B662. Grayscale: #828282. Windows color (decimal): -1422947 or 10308074. OLE color: 10308074.
HSL color Cylindrical-coordinate representation of color #EA499D: hue angle of 328.7º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA499D is Cyan = 0, Magento = 0.69, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 157 | - |
| CMYK | 0 | 0.69 | 0.33 | 0.08 |
| HSL | 328.7º | 0.79% | 0.6% | - |
| HSV(B) | 328.7º | 0.69% | 0.92% | - |
| XYZ | 42.4 | 24.69 | 34.43 | - |
| YUV | 130.72 | 142.84 | 201.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 157 | 0 | 0.69 | 0.33 | 0.08 | 328.7 | 0.79 | 0.6 |
| Hex | EA | 49 | 9D | 0 | 45 | 21 | 8 | 149 | 4F | 3C |
| Octal | 352 | 111 | 235 | 0 | 105 | 41 | 10 | 511 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10011101 | 0 | 1000101 | 100001 | 1000 | 101001001 | 1001111 | 111100 |
Color Harmonies of #EA499D
Complementary color
Monochromatic Colors of #EA499D
Black with #EA499D
Text Example
Text Example
White with #EA499D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA499D; }
p { color: rgb(234,73,157); }
H1.HeaderClassName
{
color: #EA499D;
}
.AnyTagClassName
{
color: #EA499D;
}
</style>
background-color css
<style>
a { background-color: #EA499D; }
a { background-color: rgb(234,73,157); }
div.DivClassName
{
background-color: #EA499D;
}
.BgClassName
{
background-color: #EA499D;
}
</style>
border-color css
<style>
span { border-color: #EA499D; }
span { border-color: rgb(234,73,157); }
td.TdClassName
{
border-color: #EA499D;
}
.TagClassName
{
border-color: #EA499D;
}
</style>