Shades of Brilliant Rose #EA46B0
Tints of Brilliant Rose #EA46B0
RGB
CMYK
RGB Variations
Color information
#EA46B0 (or 0xEA46B0) is known color: Brilliant Rose. HEX triplet: EA, 46 and B0. RGB value is (234,70,176). Sum of RGB (Red+Green+Blue) = 234+70+176=480 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.75% from 480); Green value is 70 (27.73% from 255 or 14.58% from 480); Blue value is 176 (69.14% from 255 or 36.67% from 480); Max value from RGB is 234 - color contains mainly: red. Hex color #EA46B0 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA46B0 is #15B94F. Grayscale: #828282. Windows color (decimal): -1423696 or 11552490. OLE color: 11552490.
HSL color Cylindrical-coordinate representation of color #EA46B0: hue angle of 321.22º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA46B0 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 176 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.08 |
| HSL | 321.22º | 0.8% | 0.6% | - |
| HSV(B) | 321.22º | 0.7% | 0.92% | - |
| XYZ | 43.96 | 25.01 | 43.58 | - |
| YUV | 131.12 | 153.33 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 176 | 0 | 0.70 | 0.25 | 0.08 | 321.22 | 0.8 | 0.6 |
| Hex | EA | 46 | B0 | 0 | 46 | 19 | 8 | 141 | 50 | 3C |
| Octal | 352 | 106 | 260 | 0 | 106 | 31 | 10 | 501 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10110000 | 0 | 1000110 | 11001 | 1000 | 101000001 | 1010000 | 111100 |
Color Harmonies of #EA46B0
Complementary color
Monochromatic Colors of #EA46B0
Black with #EA46B0
Text Example
Text Example
White with #EA46B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA46B0; }
p { color: rgb(234,70,176); }
H1.HeaderClassName
{
color: #EA46B0;
}
.AnyTagClassName
{
color: #EA46B0;
}
</style>
background-color css
<style>
a { background-color: #EA46B0; }
a { background-color: rgb(234,70,176); }
div.DivClassName
{
background-color: #EA46B0;
}
.BgClassName
{
background-color: #EA46B0;
}
</style>
border-color css
<style>
span { border-color: #EA46B0; }
span { border-color: rgb(234,70,176); }
td.TdClassName
{
border-color: #EA46B0;
}
.TagClassName
{
border-color: #EA46B0;
}
</style>