Shades of Brilliant Rose #E452AF
Tints of Brilliant Rose #E452AF
RGB
CMYK
RGB Variations
Color information
#E452AF (or 0xE452AF) is known color: Brilliant Rose. HEX triplet: E4, 52 and AF. RGB value is (228,82,175). Sum of RGB (Red+Green+Blue) = 228+82+175=485 (64% of max value = 765). Red value is 228 (89.45% from 255 or 47.01% from 485); Green value is 82 (32.42% from 255 or 16.91% from 485); Blue value is 175 (68.75% from 255 or 36.08% from 485); Max value from RGB is 228 - color contains mainly: red. Hex color #E452AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E452AF is #1BAD50. Grayscale: #888888. Windows color (decimal): -1813841 or 11490020. OLE color: 11490020.
HSL color Cylindrical-coordinate representation of color #E452AF: hue angle of 321.78º 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 #E452AF is Cyan = 0, Magento = 0.64, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 175 | - |
| CMYK | 0 | 0.64 | 0.23 | 0.11 |
| HSL | 321.78º | 0.73% | 0.61% | - |
| HSV(B) | 321.78º | 0.64% | 0.89% | - |
| XYZ | 42.75 | 25.62 | 43.25 | - |
| YUV | 136.26 | 149.87 | 193.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 175 | 0 | 0.64 | 0.23 | 0.11 | 321.78 | 0.73 | 0.61 |
| Hex | E4 | 52 | AF | 0 | 40 | 17 | B | 142 | 49 | 3D |
| Octal | 344 | 122 | 257 | 0 | 100 | 27 | 13 | 502 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10101111 | 0 | 1000000 | 10111 | 1011 | 101000010 | 1001001 | 111101 |
Color Harmonies of #E452AF
Complementary color
Monochromatic Colors of #E452AF
Black with #E452AF
Text Example
Text Example
White with #E452AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E452AF; }
p { color: rgb(228,82,175); }
H1.HeaderClassName
{
color: #E452AF;
}
.AnyTagClassName
{
color: #E452AF;
}
</style>
background-color css
<style>
a { background-color: #E452AF; }
a { background-color: rgb(228,82,175); }
div.DivClassName
{
background-color: #E452AF;
}
.BgClassName
{
background-color: #E452AF;
}
</style>
border-color css
<style>
span { border-color: #E452AF; }
span { border-color: rgb(228,82,175); }
td.TdClassName
{
border-color: #E452AF;
}
.TagClassName
{
border-color: #E452AF;
}
</style>