Shades of Brilliant Rose #E453AF
Tints of Brilliant Rose #E453AF
RGB
CMYK
RGB Variations
Color information
#E453AF (or 0xE453AF) is known color: Brilliant Rose. HEX triplet: E4, 53 and AF. RGB value is (228,83,175). Sum of RGB (Red+Green+Blue) = 228+83+175=486 (64% of max value = 765). Red value is 228 (89.45% from 255 or 46.91% from 486); Green value is 83 (32.81% from 255 or 17.08% from 486); Blue value is 175 (68.75% from 255 or 36.01% from 486); Max value from RGB is 228 - color contains mainly: red. Hex color #E453AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E453AF is #1BAC50. Grayscale: #888888. Windows color (decimal): -1813585 or 11490276. OLE color: 11490276.
HSL color Cylindrical-coordinate representation of color #E453AF: hue angle of 321.93º degrees, saturation: 0.73, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E453AF is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 83 | 175 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.11 |
| HSL | 321.93º | 0.73% | 0.61% | - |
| HSV(B) | 321.93º | 0.64% | 0.89% | - |
| XYZ | 42.83 | 25.78 | 43.28 | - |
| YUV | 136.84 | 149.54 | 193.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 83 | 175 | 0 | 0.64 | 0.23 | 0.11 | 321.93 | 0.73 | 0.61 |
| Hex | E4 | 53 | AF | 0 | 40 | 17 | B | 142 | 49 | 3D |
| Octal | 344 | 123 | 257 | 0 | 100 | 27 | 13 | 502 | 111 | 75 |
| Binary | 11100100 | 1010011 | 10101111 | 0 | 1000000 | 10111 | 1011 | 101000010 | 1001001 | 111101 |
Color Harmonies of #E453AF
Complementary color
Monochromatic Colors of #E453AF
Black with #E453AF
Text Example
Text Example
White with #E453AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E453AF; }
p { color: rgb(228,83,175); }
H1.HeaderClassName
{
color: #E453AF;
}
.AnyTagClassName
{
color: #E453AF;
}
</style>
background-color css
<style>
a { background-color: #E453AF; }
a { background-color: rgb(228,83,175); }
div.DivClassName
{
background-color: #E453AF;
}
.BgClassName
{
background-color: #E453AF;
}
</style>
border-color css
<style>
span { border-color: #E453AF; }
span { border-color: rgb(228,83,175); }
td.TdClassName
{
border-color: #E453AF;
}
.TagClassName
{
border-color: #E453AF;
}
</style>