Shades of Brilliant Rose #E452AD
Tints of Brilliant Rose #E452AD
RGB
CMYK
RGB Variations
Color information
#E452AD (or 0xE452AD) is known color: Brilliant Rose. HEX triplet: E4, 52 and AD. RGB value is (228,82,173). Sum of RGB (Red+Green+Blue) = 228+82+173=483 (63% of max value = 765). Red value is 228 (89.45% from 255 or 47.20% from 483); Green value is 82 (32.42% from 255 or 16.98% from 483); Blue value is 173 (67.97% from 255 or 35.82% from 483); Max value from RGB is 228 - color contains mainly: red. Hex color #E452AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E452AD is #1BAD52. Grayscale: #878787. Windows color (decimal): -1813843 or 11358948. OLE color: 11358948.
HSL color Cylindrical-coordinate representation of color #E452AD: hue angle of 322.6º 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 #E452AD is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 228 | 82 | 173 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.11 |
| HSL | 322.6º | 0.73% | 0.61% | - |
| HSV(B) | 322.6º | 0.64% | 0.89% | - |
| XYZ | 42.56 | 25.55 | 42.22 | - |
| YUV | 136.03 | 148.87 | 193.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 228 | 82 | 173 | 0 | 0.64 | 0.24 | 0.11 | 322.6 | 0.73 | 0.61 |
| Hex | E4 | 52 | AD | 0 | 40 | 18 | B | 143 | 49 | 3D |
| Octal | 344 | 122 | 255 | 0 | 100 | 30 | 13 | 503 | 111 | 75 |
| Binary | 11100100 | 1010010 | 10101101 | 0 | 1000000 | 11000 | 1011 | 101000011 | 1001001 | 111101 |
Color Harmonies of #E452AD
Complementary color
Monochromatic Colors of #E452AD
Black with #E452AD
Text Example
Text Example
White with #E452AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E452AD; }
p { color: rgb(228,82,173); }
H1.HeaderClassName
{
color: #E452AD;
}
.AnyTagClassName
{
color: #E452AD;
}
</style>
background-color css
<style>
a { background-color: #E452AD; }
a { background-color: rgb(228,82,173); }
div.DivClassName
{
background-color: #E452AD;
}
.BgClassName
{
background-color: #E452AD;
}
</style>
border-color css
<style>
span { border-color: #E452AD; }
span { border-color: rgb(228,82,173); }
td.TdClassName
{
border-color: #E452AD;
}
.TagClassName
{
border-color: #E452AD;
}
</style>