Shades of Brilliant Rose #E653A0
Tints of Brilliant Rose #E653A0
RGB
CMYK
RGB Variations
Color information
#E653A0 (or 0xE653A0) is known color: Brilliant Rose. HEX triplet: E6, 53 and A0. RGB value is (230,83,160). Sum of RGB (Red+Green+Blue) = 230+83+160=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 83 (32.81% from 255 or 17.55% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E653A0 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E653A0 is #19AC5F. Grayscale: #878787. Windows color (decimal): -1682528 or 10507238. OLE color: 10507238.
HSL color Cylindrical-coordinate representation of color #E653A0: hue angle of 328.57º 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 #E653A0 is Cyan = 0, Magento = 0.64, Yellow = 0.30 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 160 | - |
| CMYK | 0 | 0.64 | 0.30 | 0.10 |
| HSL | 328.57º | 0.75% | 0.61% | - |
| HSV(B) | 328.57º | 0.64% | 0.9% | - |
| XYZ | 42.07 | 25.55 | 35.97 | - |
| YUV | 135.73 | 141.7 | 195.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 160 | 0 | 0.64 | 0.30 | 0.10 | 328.57 | 0.75 | 0.61 |
| Hex | E6 | 53 | A0 | 0 | 40 | 1E | A | 149 | 4B | 3D |
| Octal | 346 | 123 | 240 | 0 | 100 | 36 | 12 | 511 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10100000 | 0 | 1000000 | 11110 | 1010 | 101001001 | 1001011 | 111101 |
Color Harmonies of #E653A0
Complementary color
Monochromatic Colors of #E653A0
Black with #E653A0
Text Example
Text Example
White with #E653A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653A0; }
p { color: rgb(230,83,160); }
H1.HeaderClassName
{
color: #E653A0;
}
.AnyTagClassName
{
color: #E653A0;
}
</style>
background-color css
<style>
a { background-color: #E653A0; }
a { background-color: rgb(230,83,160); }
div.DivClassName
{
background-color: #E653A0;
}
.BgClassName
{
background-color: #E653A0;
}
</style>
border-color css
<style>
span { border-color: #E653A0; }
span { border-color: rgb(230,83,160); }
td.TdClassName
{
border-color: #E653A0;
}
.TagClassName
{
border-color: #E653A0;
}
</style>