Shades of Brilliant Rose #EA45A9
Tints of Brilliant Rose #EA45A9
RGB
CMYK
RGB Variations
Color information
#EA45A9 (or 0xEA45A9) is known color: Brilliant Rose. HEX triplet: EA, 45 and A9. RGB value is (234,69,169). Sum of RGB (Red+Green+Blue) = 234+69+169=472 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.58% from 472); Green value is 69 (27.34% from 255 or 14.62% from 472); Blue value is 169 (66.41% from 255 or 35.81% from 472); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45A9 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45A9 is #15BA56. Grayscale: #818181. Windows color (decimal): -1423959 or 11093482. OLE color: 11093482.
HSL color Cylindrical-coordinate representation of color #EA45A9: hue angle of 323.64º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EA45A9 is Cyan = 0, Magento = 0.71, Yellow = 0.28 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 169 | - |
| CMYK | 0 | 0.71 | 0.28 | 0.08 |
| HSL | 323.64º | 0.8% | 0.59% | - |
| HSV(B) | 323.64º | 0.71% | 0.92% | - |
| XYZ | 43.22 | 24.61 | 40.01 | - |
| YUV | 129.74 | 150.16 | 202.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 169 | 0 | 0.71 | 0.28 | 0.08 | 323.64 | 0.8 | 0.59 |
| Hex | EA | 45 | A9 | 0 | 47 | 1C | 8 | 144 | 50 | 3B |
| Octal | 352 | 105 | 251 | 0 | 107 | 34 | 10 | 504 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10101001 | 0 | 1000111 | 11100 | 1000 | 101000100 | 1010000 | 111011 |
Color Harmonies of #EA45A9
Complementary color
Monochromatic Colors of #EA45A9
Black with #EA45A9
Text Example
Text Example
White with #EA45A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA45A9; }
p { color: rgb(234,69,169); }
H1.HeaderClassName
{
color: #EA45A9;
}
.AnyTagClassName
{
color: #EA45A9;
}
</style>
background-color css
<style>
a { background-color: #EA45A9; }
a { background-color: rgb(234,69,169); }
div.DivClassName
{
background-color: #EA45A9;
}
.BgClassName
{
background-color: #EA45A9;
}
</style>
border-color css
<style>
span { border-color: #EA45A9; }
span { border-color: rgb(234,69,169); }
td.TdClassName
{
border-color: #EA45A9;
}
.TagClassName
{
border-color: #EA45A9;
}
</style>