Shades of Brilliant Rose #E553A8
Tints of Brilliant Rose #E553A8
RGB
CMYK
RGB Variations
Color information
#E553A8 (or 0xE553A8) is known color: Brilliant Rose. HEX triplet: E5, 53 and A8. RGB value is (229,83,168). Sum of RGB (Red+Green+Blue) = 229+83+168=480 (63% of max value = 765). Red value is 229 (89.84% from 255 or 47.71% from 480); Green value is 83 (32.81% from 255 or 17.29% from 480); Blue value is 168 (66.02% from 255 or 35% from 480); Max value from RGB is 229 - color contains mainly: red. Hex color #E553A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E553A8 is #1AAC57. Grayscale: #888888. Windows color (decimal): -1748056 or 11031525. OLE color: 11031525.
HSL color Cylindrical-coordinate representation of color #E553A8: hue angle of 325.07º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #E553A8 is Cyan = 0, Magento = 0.64, Yellow = 0.27 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 229 | 83 | 168 | - |
| CMYK | 0 | 0.64 | 0.27 | 0.10 |
| HSL | 325.07º | 0.74% | 0.61% | - |
| HSV(B) | 325.07º | 0.64% | 0.9% | - |
| XYZ | 42.47 | 25.67 | 39.76 | - |
| YUV | 136.34 | 145.87 | 194.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 229 | 83 | 168 | 0 | 0.64 | 0.27 | 0.10 | 325.07 | 0.74 | 0.61 |
| Hex | E5 | 53 | A8 | 0 | 40 | 1B | A | 145 | 4A | 3D |
| Octal | 345 | 123 | 250 | 0 | 100 | 33 | 12 | 505 | 112 | 75 |
| Binary | 11100101 | 1010011 | 10101000 | 0 | 1000000 | 11011 | 1010 | 101000101 | 1001010 | 111101 |
Color Harmonies of #E553A8
Complementary color
Monochromatic Colors of #E553A8
Black with #E553A8
Text Example
Text Example
White with #E553A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E553A8; }
p { color: rgb(229,83,168); }
H1.HeaderClassName
{
color: #E553A8;
}
.AnyTagClassName
{
color: #E553A8;
}
</style>
background-color css
<style>
a { background-color: #E553A8; }
a { background-color: rgb(229,83,168); }
div.DivClassName
{
background-color: #E553A8;
}
.BgClassName
{
background-color: #E553A8;
}
</style>
border-color css
<style>
span { border-color: #E553A8; }
span { border-color: rgb(229,83,168); }
td.TdClassName
{
border-color: #E553A8;
}
.TagClassName
{
border-color: #E553A8;
}
</style>