Shades of Brilliant Rose #E451AD
Tints of Brilliant Rose #E451AD
RGB
CMYK
RGB Variations
Color information
#E451AD (or 0xE451AD) is known color: Brilliant Rose. HEX triplet: E4, 51 and AD. RGB value is (228,81,173). Sum of RGB (Red+Green+Blue) = 228+81+173=482 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.30% from 482); Green value is 81 (32.03% from 255 or 16.80% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 228 - color contains mainly: red. Hex color #E451AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E451AD is #1BAE52. Grayscale: #878787. Windows color (decimal): -1814099 or 11358692. OLE color: 11358692.
HSL color Cylindrical-coordinate representation of color #E451AD: hue angle of 322.45º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E451AD is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 81 | 173 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.11 |
| HSL | 322.45º | 0.73% | 0.61% | - |
| HSV(B) | 322.45º | 0.64% | 0.89% | - |
| XYZ | 42.48 | 25.4 | 42.2 | - |
| YUV | 135.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 81 | 173 | 0 | 0.64 | 0.24 | 0.11 | 322.45 | 0.73 | 0.61 |
| Hex | E4 | 51 | AD | 0 | 40 | 18 | B | 142 | 49 | 3D |
| Octal | 344 | 121 | 255 | 0 | 100 | 30 | 13 | 502 | 111 | 75 |
| Binary | 11100100 | 1010001 | 10101101 | 0 | 1000000 | 11000 | 1011 | 101000010 | 1001001 | 111101 |
Color Harmonies of #E451AD
Complementary color
Monochromatic Colors of #E451AD
Black with #E451AD
Text Example
Text Example
White with #E451AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E451AD; }
p { color: rgb(228,81,173); }
H1.HeaderClassName
{
color: #E451AD;
}
.AnyTagClassName
{
color: #E451AD;
}
</style>
background-color css
<style>
a { background-color: #E451AD; }
a { background-color: rgb(228,81,173); }
div.DivClassName
{
background-color: #E451AD;
}
.BgClassName
{
background-color: #E451AD;
}
</style>
border-color css
<style>
span { border-color: #E451AD; }
span { border-color: rgb(228,81,173); }
td.TdClassName
{
border-color: #E451AD;
}
.TagClassName
{
border-color: #E451AD;
}
</style>