Shades of Brilliant Rose #E845AF
Tints of Brilliant Rose #E845AF
RGB
CMYK
RGB Variations
Color information
#E845AF (or 0xE845AF) is known color: Brilliant Rose. HEX triplet: E8, 45 and AF. RGB value is (232,69,175). Sum of RGB (Red+Green+Blue) = 232+69+175=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 69 (27.34% from 255 or 14.50% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E845AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E845AF is #17BA50. Grayscale: #818181. Windows color (decimal): -1555025 or 11486696. OLE color: 11486696.
HSL color Cylindrical-coordinate representation of color #E845AF: hue angle of 320.98º degrees, saturation: 0.78, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #E845AF is Cyan = 0, Magento = 0.70, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 69 | 175 | - |
| CMYK | 0 | 0.70 | 0.25 | 0.09 |
| HSL | 320.98º | 0.78% | 0.59% | - |
| HSV(B) | 320.98º | 0.7% | 0.91% | - |
| XYZ | 43.14 | 24.51 | 43.01 | - |
| YUV | 129.82 | 153.5 | 200.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 69 | 175 | 0 | 0.70 | 0.25 | 0.09 | 320.98 | 0.78 | 0.59 |
| Hex | E8 | 45 | AF | 0 | 46 | 19 | 9 | 141 | 4E | 3B |
| Octal | 350 | 105 | 257 | 0 | 106 | 31 | 11 | 501 | 116 | 73 |
| Binary | 11101000 | 1000101 | 10101111 | 0 | 1000110 | 11001 | 1001 | 101000001 | 1001110 | 111011 |
Color Harmonies of #E845AF
Complementary color
Monochromatic Colors of #E845AF
Black with #E845AF
Text Example
Text Example
White with #E845AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E845AF; }
p { color: rgb(232,69,175); }
H1.HeaderClassName
{
color: #E845AF;
}
.AnyTagClassName
{
color: #E845AF;
}
</style>
background-color css
<style>
a { background-color: #E845AF; }
a { background-color: rgb(232,69,175); }
div.DivClassName
{
background-color: #E845AF;
}
.BgClassName
{
background-color: #E845AF;
}
</style>
border-color css
<style>
span { border-color: #E845AF; }
span { border-color: rgb(232,69,175); }
td.TdClassName
{
border-color: #E845AF;
}
.TagClassName
{
border-color: #E845AF;
}
</style>