Shades of Brilliant Rose #E653A1
Tints of Brilliant Rose #E653A1
RGB
CMYK
RGB Variations
Color information
#E653A1 (or 0xE653A1) is known color: Brilliant Rose. HEX triplet: E6, 53 and A1. RGB value is (230,83,161). Sum of RGB (Red+Green+Blue) = 230+83+161=474 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.52% from 474); Green value is 83 (32.81% from 255 or 17.51% from 474); Blue value is 161 (63.28% from 255 or 33.97% from 474); Max value from RGB is 230 - color contains mainly: red. Hex color #E653A1 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E653A1 is #19AC5E. Grayscale: #878787. Windows color (decimal): -1682527 or 10572774. OLE color: 10572774.
HSL color Cylindrical-coordinate representation of color #E653A1: hue angle of 328.16º degrees, saturation: 0.75, 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 #E653A1 is Cyan = 0, Magento = 0.64, Yellow = 0.3 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 161 | - |
| CMYK | 0 | 0.64 | 0.3 | 0.10 |
| HSL | 328.16º | 0.75% | 0.61% | - |
| HSV(B) | 328.16º | 0.64% | 0.9% | - |
| XYZ | 42.16 | 25.58 | 36.43 | - |
| YUV | 135.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 161 | 0 | 0.64 | 0.3 | 0.10 | 328.16 | 0.75 | 0.61 |
| Hex | E6 | 53 | A1 | 0 | 40 | 1E | A | 148 | 4B | 3D |
| Octal | 346 | 123 | 241 | 0 | 100 | 36 | 12 | 510 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10100001 | 0 | 1000000 | 11110 | 1010 | 101001000 | 1001011 | 111101 |
Color Harmonies of #E653A1
Complementary color
Monochromatic Colors of #E653A1
Black with #E653A1
Text Example
Text Example
White with #E653A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653A1; }
p { color: rgb(230,83,161); }
H1.HeaderClassName
{
color: #E653A1;
}
.AnyTagClassName
{
color: #E653A1;
}
</style>
background-color css
<style>
a { background-color: #E653A1; }
a { background-color: rgb(230,83,161); }
div.DivClassName
{
background-color: #E653A1;
}
.BgClassName
{
background-color: #E653A1;
}
</style>
border-color css
<style>
span { border-color: #E653A1; }
span { border-color: rgb(230,83,161); }
td.TdClassName
{
border-color: #E653A1;
}
.TagClassName
{
border-color: #E653A1;
}
</style>