Shades of Brilliant Rose #E653AA
Tints of Brilliant Rose #E653AA
RGB
CMYK
RGB Variations
Color information
#E653AA (or 0xE653AA) is known color: Brilliant Rose. HEX triplet: E6, 53 and AA. RGB value is (230,83,170). Sum of RGB (Red+Green+Blue) = 230+83+170=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 83 (32.81% from 255 or 17.18% from 483); Blue value is 170 (66.80% from 255 or 35.20% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E653AA is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E653AA is #19AC55. Grayscale: #888888. Windows color (decimal): -1682518 or 11162598. OLE color: 11162598.
HSL color Cylindrical-coordinate representation of color #E653AA: hue angle of 324.49º 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 #E653AA is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 170 | - |
| CMYK | 0 | 0.64 | 0.26 | 0.10 |
| HSL | 324.49º | 0.75% | 0.61% | - |
| HSV(B) | 324.49º | 0.64% | 0.9% | - |
| XYZ | 42.98 | 25.91 | 40.77 | - |
| YUV | 136.87 | 146.7 | 194.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 170 | 0 | 0.64 | 0.26 | 0.10 | 324.49 | 0.75 | 0.61 |
| Hex | E6 | 53 | AA | 0 | 40 | 1A | A | 144 | 4B | 3D |
| Octal | 346 | 123 | 252 | 0 | 100 | 32 | 12 | 504 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10101010 | 0 | 1000000 | 11010 | 1010 | 101000100 | 1001011 | 111101 |
Color Harmonies of #E653AA
Complementary color
Monochromatic Colors of #E653AA
Black with #E653AA
Text Example
Text Example
White with #E653AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653AA; }
p { color: rgb(230,83,170); }
H1.HeaderClassName
{
color: #E653AA;
}
.AnyTagClassName
{
color: #E653AA;
}
</style>
background-color css
<style>
a { background-color: #E653AA; }
a { background-color: rgb(230,83,170); }
div.DivClassName
{
background-color: #E653AA;
}
.BgClassName
{
background-color: #E653AA;
}
</style>
border-color css
<style>
span { border-color: #E653AA; }
span { border-color: rgb(230,83,170); }
td.TdClassName
{
border-color: #E653AA;
}
.TagClassName
{
border-color: #E653AA;
}
</style>