Shades of Brilliant Rose #E143A8
Tints of Brilliant Rose #E143A8
RGB
CMYK
RGB Variations
Color information
#E143A8 (or 0xE143A8) is known color: Brilliant Rose. HEX triplet: E1, 43 and A8. RGB value is (225,67,168). Sum of RGB (Red+Green+Blue) = 225+67+168=460 (60% of max value = 765). Red value is 225 (88.28% from 255 or 48.91% from 460); Green value is 67 (26.56% from 255 or 14.57% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 225 - color contains mainly: red. Hex color #E143A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E143A8 is #1EBC57. Grayscale: #7D7D7D. Windows color (decimal): -2014296 or 11027425. OLE color: 11027425.
HSL color Cylindrical-coordinate representation of color #E143A8: hue angle of 321.65º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E143A8 is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 168 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.12 |
| HSL | 321.65º | 0.72% | 0.57% | - |
| HSV(B) | 321.65º | 0.7% | 0.88% | - |
| XYZ | 40.13 | 22.85 | 39.34 | - |
| YUV | 125.76 | 151.85 | 198.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 168 | 0 | 0.70 | 0.25 | 0.12 | 321.65 | 0.72 | 0.57 |
| Hex | E1 | 43 | A8 | 0 | 46 | 19 | C | 142 | 48 | 39 |
| Octal | 341 | 103 | 250 | 0 | 106 | 31 | 14 | 502 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10101000 | 0 | 1000110 | 11001 | 1100 | 101000010 | 1001000 | 111001 |
Color Harmonies of #E143A8
Complementary color
Monochromatic Colors of #E143A8
Black with #E143A8
Text Example
Text Example
White with #E143A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143A8; }
p { color: rgb(225,67,168); }
H1.HeaderClassName
{
color: #E143A8;
}
.AnyTagClassName
{
color: #E143A8;
}
</style>
background-color css
<style>
a { background-color: #E143A8; }
a { background-color: rgb(225,67,168); }
div.DivClassName
{
background-color: #E143A8;
}
.BgClassName
{
background-color: #E143A8;
}
</style>
border-color css
<style>
span { border-color: #E143A8; }
span { border-color: rgb(225,67,168); }
td.TdClassName
{
border-color: #E143A8;
}
.TagClassName
{
border-color: #E143A8;
}
</style>