Shades of Brilliant Rose #EA49B5
Tints of Brilliant Rose #EA49B5
RGB
CMYK
RGB Variations
Color information
#EA49B5 (or 0xEA49B5) is known color: Brilliant Rose. HEX triplet: EA, 49 and B5. RGB value is (234,73,181). Sum of RGB (Red+Green+Blue) = 234+73+181=488 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.95% from 488); Green value is 73 (28.91% from 255 or 14.96% from 488); Blue value is 181 (71.09% from 255 or 37.09% from 488); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49B5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA49B5 is #15B64A. Grayscale: #858585. Windows color (decimal): -1422923 or 11880938. OLE color: 11880938.
HSL color Cylindrical-coordinate representation of color #EA49B5: hue angle of 319.75º 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 #EA49B5 is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 181 | - |
| CMYK | 0 | 0.69 | 0.23 | 0.08 |
| HSL | 319.75º | 0.79% | 0.6% | - |
| HSV(B) | 319.75º | 0.69% | 0.92% | - |
| XYZ | 44.65 | 25.59 | 46.3 | - |
| YUV | 133.45 | 154.84 | 199.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 181 | 0 | 0.69 | 0.23 | 0.08 | 319.75 | 0.79 | 0.6 |
| Hex | EA | 49 | B5 | 0 | 45 | 17 | 8 | 140 | 4F | 3C |
| Octal | 352 | 111 | 265 | 0 | 105 | 27 | 10 | 500 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10110101 | 0 | 1000101 | 10111 | 1000 | 101000000 | 1001111 | 111100 |
Color Harmonies of #EA49B5
Complementary color
Monochromatic Colors of #EA49B5
Black with #EA49B5
Text Example
Text Example
White with #EA49B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA49B5; }
p { color: rgb(234,73,181); }
H1.HeaderClassName
{
color: #EA49B5;
}
.AnyTagClassName
{
color: #EA49B5;
}
</style>
background-color css
<style>
a { background-color: #EA49B5; }
a { background-color: rgb(234,73,181); }
div.DivClassName
{
background-color: #EA49B5;
}
.BgClassName
{
background-color: #EA49B5;
}
</style>
border-color css
<style>
span { border-color: #EA49B5; }
span { border-color: rgb(234,73,181); }
td.TdClassName
{
border-color: #EA49B5;
}
.TagClassName
{
border-color: #EA49B5;
}
</style>