Shades of Brilliant Rose #E145AF
Tints of Brilliant Rose #E145AF
RGB
CMYK
RGB Variations
Color information
#E145AF (or 0xE145AF) is known color: Brilliant Rose. HEX triplet: E1, 45 and AF. RGB value is (225,69,175). Sum of RGB (Red+Green+Blue) = 225+69+175=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 69 (27.34% from 255 or 14.71% from 469); Blue value is 175 (68.75% from 255 or 37.31% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E145AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E145AF is #1EBA50. Grayscale: #7F7F7F. Windows color (decimal): -2013777 or 11486689. OLE color: 11486689.
HSL color Cylindrical-coordinate representation of color #E145AF: hue angle of 319.23º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E145AF is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 69 | 175 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.12 |
| HSL | 319.23º | 0.72% | 0.58% | - |
| HSV(B) | 319.23º | 0.69% | 0.88% | - |
| XYZ | 40.92 | 23.36 | 42.91 | - |
| YUV | 127.73 | 154.68 | 197.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 69 | 175 | 0 | 0.69 | 0.22 | 0.12 | 319.23 | 0.72 | 0.58 |
| Hex | E1 | 45 | AF | 0 | 45 | 16 | C | 13F | 48 | 3A |
| Octal | 341 | 105 | 257 | 0 | 105 | 26 | 14 | 477 | 110 | 72 |
| Binary | 11100001 | 1000101 | 10101111 | 0 | 1000101 | 10110 | 1100 | 100111111 | 1001000 | 111010 |
Color Harmonies of #E145AF
Complementary color
Monochromatic Colors of #E145AF
Black with #E145AF
Text Example
Text Example
White with #E145AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E145AF; }
p { color: rgb(225,69,175); }
H1.HeaderClassName
{
color: #E145AF;
}
.AnyTagClassName
{
color: #E145AF;
}
</style>
background-color css
<style>
a { background-color: #E145AF; }
a { background-color: rgb(225,69,175); }
div.DivClassName
{
background-color: #E145AF;
}
.BgClassName
{
background-color: #E145AF;
}
</style>
border-color css
<style>
span { border-color: #E145AF; }
span { border-color: rgb(225,69,175); }
td.TdClassName
{
border-color: #E145AF;
}
.TagClassName
{
border-color: #E145AF;
}
</style>