Shades of Brilliant Rose #E045AF
Tints of Brilliant Rose #E045AF
RGB
CMYK
RGB Variations
Color information
#E045AF (or 0xE045AF) is known color: Brilliant Rose. HEX triplet: E0, 45 and AF. RGB value is (224,69,175). Sum of RGB (Red+Green+Blue) = 224+69+175=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 69 (27.34% from 255 or 14.74% from 468); Blue value is 175 (68.75% from 255 or 37.39% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E045AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E045AF is #1FBA50. Grayscale: #7F7F7F. Windows color (decimal): -2079313 or 11486688. OLE color: 11486688.
HSL color Cylindrical-coordinate representation of color #E045AF: hue angle of 318.97º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #E045AF is Cyan = 0, Magento = 0.69, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 69 | 175 | - |
| CMYK | 0 | 0.69 | 0.22 | 0.12 |
| HSL | 318.97º | 0.71% | 0.57% | - |
| HSV(B) | 318.97º | 0.69% | 0.88% | - |
| XYZ | 40.61 | 23.2 | 42.9 | - |
| YUV | 127.43 | 154.85 | 196.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 69 | 175 | 0 | 0.69 | 0.22 | 0.12 | 318.97 | 0.71 | 0.57 |
| Hex | E0 | 45 | AF | 0 | 45 | 16 | C | 13F | 47 | 39 |
| Octal | 340 | 105 | 257 | 0 | 105 | 26 | 14 | 477 | 107 | 71 |
| Binary | 11100000 | 1000101 | 10101111 | 0 | 1000101 | 10110 | 1100 | 100111111 | 1000111 | 111001 |
Color Harmonies of #E045AF
Complementary color
Monochromatic Colors of #E045AF
Black with #E045AF
Text Example
Text Example
White with #E045AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E045AF; }
p { color: rgb(224,69,175); }
H1.HeaderClassName
{
color: #E045AF;
}
.AnyTagClassName
{
color: #E045AF;
}
</style>
background-color css
<style>
a { background-color: #E045AF; }
a { background-color: rgb(224,69,175); }
div.DivClassName
{
background-color: #E045AF;
}
.BgClassName
{
background-color: #E045AF;
}
</style>
border-color css
<style>
span { border-color: #E045AF; }
span { border-color: rgb(224,69,175); }
td.TdClassName
{
border-color: #E045AF;
}
.TagClassName
{
border-color: #E045AF;
}
</style>