Shades of Brilliant Rose #EA45A2
Tints of Brilliant Rose #EA45A2
RGB
CMYK
RGB Variations
Color information
#EA45A2 (or 0xEA45A2) is known color: Brilliant Rose. HEX triplet: EA, 45 and A2. RGB value is (234,69,162). Sum of RGB (Red+Green+Blue) = 234+69+162=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 69 (27.34% from 255 or 14.84% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA45A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA45A2 is #15BA5D. Grayscale: #808080. Windows color (decimal): -1423966 or 10634730. OLE color: 10634730.
HSL color Cylindrical-coordinate representation of color #EA45A2: hue angle of 326.18º 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 #EA45A2 is Cyan = 0, Magento = 0.71, Yellow = 0.31 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 69 | 162 | - |
| CMYK | 0 | 0.71 | 0.31 | 0.08 |
| HSL | 326.18º | 0.8% | 0.59% | - |
| HSV(B) | 326.18º | 0.71% | 0.92% | - |
| XYZ | 42.58 | 24.36 | 36.64 | - |
| YUV | 128.94 | 146.66 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 69 | 162 | 0 | 0.71 | 0.31 | 0.08 | 326.18 | 0.8 | 0.59 |
| Hex | EA | 45 | A2 | 0 | 47 | 1F | 8 | 146 | 50 | 3B |
| Octal | 352 | 105 | 242 | 0 | 107 | 37 | 10 | 506 | 120 | 73 |
| Binary | 11101010 | 1000101 | 10100010 | 0 | 1000111 | 11111 | 1000 | 101000110 | 1010000 | 111011 |
Color Harmonies of #EA45A2
Complementary color
Monochromatic Colors of #EA45A2
Black with #EA45A2
Text Example
Text Example
White with #EA45A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA45A2; }
p { color: rgb(234,69,162); }
H1.HeaderClassName
{
color: #EA45A2;
}
.AnyTagClassName
{
color: #EA45A2;
}
</style>
background-color css
<style>
a { background-color: #EA45A2; }
a { background-color: rgb(234,69,162); }
div.DivClassName
{
background-color: #EA45A2;
}
.BgClassName
{
background-color: #EA45A2;
}
</style>
border-color css
<style>
span { border-color: #EA45A2; }
span { border-color: rgb(234,69,162); }
td.TdClassName
{
border-color: #EA45A2;
}
.TagClassName
{
border-color: #EA45A2;
}
</style>