Shades of Brilliant Rose #EA44AD
Tints of Brilliant Rose #EA44AD
RGB
CMYK
RGB Variations
Color information
#EA44AD (or 0xEA44AD) is known color: Brilliant Rose. HEX triplet: EA, 44 and AD. RGB value is (234,68,173). Sum of RGB (Red+Green+Blue) = 234+68+173=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 68 (26.95% from 255 or 14.32% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA44AD is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA44AD is #15BB52. Grayscale: #818181. Windows color (decimal): -1424211 or 11355370. OLE color: 11355370.
HSL color Cylindrical-coordinate representation of color #EA44AD: hue angle of 322.05º 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 #EA44AD is Cyan = 0, Magento = 0.71, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 68 | 173 | - |
| CMYK | 0 | 0.71 | 0.26 | 0.08 |
| HSL | 322.05º | 0.8% | 0.59% | - |
| HSV(B) | 322.05º | 0.71% | 0.92% | - |
| XYZ | 43.54 | 24.64 | 42 | - |
| YUV | 129.6 | 152.5 | 202.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 68 | 173 | 0 | 0.71 | 0.26 | 0.08 | 322.05 | 0.8 | 0.59 |
| Hex | EA | 44 | AD | 0 | 47 | 1A | 8 | 142 | 50 | 3B |
| Octal | 352 | 104 | 255 | 0 | 107 | 32 | 10 | 502 | 120 | 73 |
| Binary | 11101010 | 1000100 | 10101101 | 0 | 1000111 | 11010 | 1000 | 101000010 | 1010000 | 111011 |
Color Harmonies of #EA44AD
Complementary color
Monochromatic Colors of #EA44AD
Black with #EA44AD
Text Example
Text Example
White with #EA44AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA44AD; }
p { color: rgb(234,68,173); }
H1.HeaderClassName
{
color: #EA44AD;
}
.AnyTagClassName
{
color: #EA44AD;
}
</style>
background-color css
<style>
a { background-color: #EA44AD; }
a { background-color: rgb(234,68,173); }
div.DivClassName
{
background-color: #EA44AD;
}
.BgClassName
{
background-color: #EA44AD;
}
</style>
border-color css
<style>
span { border-color: #EA44AD; }
span { border-color: rgb(234,68,173); }
td.TdClassName
{
border-color: #EA44AD;
}
.TagClassName
{
border-color: #EA44AD;
}
</style>