Shades of Brilliant Rose #EA49B7
Tints of Brilliant Rose #EA49B7
RGB
CMYK
RGB Variations
Color information
#EA49B7 (or 0xEA49B7) is known color: Brilliant Rose. HEX triplet: EA, 49 and B7. RGB value is (234,73,183). Sum of RGB (Red+Green+Blue) = 234+73+183=490 (64% of max value = 765). Red value is 234 (91.80% from 255 or 47.76% from 490); Green value is 73 (28.91% from 255 or 14.90% from 490); Blue value is 183 (71.88% from 255 or 37.35% from 490); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA49B7 is #15B648. Grayscale: #858585. Windows color (decimal): -1422921 or 12012010. OLE color: 12012010.
HSL color Cylindrical-coordinate representation of color #EA49B7: hue angle of 319.01º 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 #EA49B7 is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 183 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.08 |
| HSL | 319.01º | 0.79% | 0.6% | - |
| HSV(B) | 319.01º | 0.69% | 0.92% | - |
| XYZ | 44.86 | 25.68 | 47.39 | - |
| YUV | 133.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 183 | 0 | 0.69 | 0.22 | 0.08 | 319.01 | 0.79 | 0.6 |
| Hex | EA | 49 | B7 | 0 | 45 | 16 | 8 | 13F | 4F | 3C |
| Octal | 352 | 111 | 267 | 0 | 105 | 26 | 10 | 477 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10110111 | 0 | 1000101 | 10110 | 1000 | 100111111 | 1001111 | 111100 |
Color Harmonies of #EA49B7
Complementary color
Monochromatic Colors of #EA49B7
Black with #EA49B7
Text Example
Text Example
White with #EA49B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA49B7; }
p { color: rgb(234,73,183); }
H1.HeaderClassName
{
color: #EA49B7;
}
.AnyTagClassName
{
color: #EA49B7;
}
</style>
background-color css
<style>
a { background-color: #EA49B7; }
a { background-color: rgb(234,73,183); }
div.DivClassName
{
background-color: #EA49B7;
}
.BgClassName
{
background-color: #EA49B7;
}
</style>
border-color css
<style>
span { border-color: #EA49B7; }
span { border-color: rgb(234,73,183); }
td.TdClassName
{
border-color: #EA49B7;
}
.TagClassName
{
border-color: #EA49B7;
}
</style>