Shades of Brilliant Rose #E143AF
Tints of Brilliant Rose #E143AF
RGB
CMYK
RGB Variations
Color information
#E143AF (or 0xE143AF) is known color: Brilliant Rose. HEX triplet: E1, 43 and AF. RGB value is (225,67,175). Sum of RGB (Red+Green+Blue) = 225+67+175=467 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.18% from 467); Green value is 67 (26.56% from 255 or 14.35% from 467); Blue value is 175 (68.75% from 255 or 37.47% from 467); Max value from RGB is 225 - color contains mainly: red. Hex color #E143AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E143AF is #1EBC50. Grayscale: #7E7E7E. Windows color (decimal): -2014289 or 11486177. OLE color: 11486177.
HSL color Cylindrical-coordinate representation of color #E143AF: hue angle of 318.99º 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 #E143AF is Cyan = 0, Magento = 0.70, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 67 | 175 | - |
| CMYK | 0 | 0.70 | 0.22 | 0.12 |
| HSL | 318.99º | 0.72% | 0.57% | - |
| HSV(B) | 318.99º | 0.7% | 0.88% | - |
| XYZ | 40.8 | 23.12 | 42.87 | - |
| YUV | 126.55 | 155.35 | 198.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 67 | 175 | 0 | 0.70 | 0.22 | 0.12 | 318.99 | 0.72 | 0.57 |
| Hex | E1 | 43 | AF | 0 | 46 | 16 | C | 13F | 48 | 39 |
| Octal | 341 | 103 | 257 | 0 | 106 | 26 | 14 | 477 | 110 | 71 |
| Binary | 11100001 | 1000011 | 10101111 | 0 | 1000110 | 10110 | 1100 | 100111111 | 1001000 | 111001 |
Color Harmonies of #E143AF
Complementary color
Monochromatic Colors of #E143AF
Black with #E143AF
Text Example
Text Example
White with #E143AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E143AF; }
p { color: rgb(225,67,175); }
H1.HeaderClassName
{
color: #E143AF;
}
.AnyTagClassName
{
color: #E143AF;
}
</style>
background-color css
<style>
a { background-color: #E143AF; }
a { background-color: rgb(225,67,175); }
div.DivClassName
{
background-color: #E143AF;
}
.BgClassName
{
background-color: #E143AF;
}
</style>
border-color css
<style>
span { border-color: #E143AF; }
span { border-color: rgb(225,67,175); }
td.TdClassName
{
border-color: #E143AF;
}
.TagClassName
{
border-color: #E143AF;
}
</style>