Shades of Brilliant Rose #E653AF
Tints of Brilliant Rose #E653AF
RGB
CMYK
RGB Variations
Color information
#E653AF (or 0xE653AF) is known color: Brilliant Rose. HEX triplet: E6, 53 and AF. RGB value is (230,83,175). Sum of RGB (Red+Green+Blue) = 230+83+175=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 83 (32.81% from 255 or 17.01% from 488); Blue value is 175 (68.75% from 255 or 35.86% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E653AF is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E653AF is #19AC50. Grayscale: #898989. Windows color (decimal): -1682513 or 11490278. OLE color: 11490278.
HSL color Cylindrical-coordinate representation of color #E653AF: hue angle of 322.45º 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 #E653AF is Cyan = 0, Magento = 0.64, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 83 | 175 | - |
| CMYK | 0 | 0.64 | 0.24 | 0.10 |
| HSL | 322.45º | 0.75% | 0.61% | - |
| HSV(B) | 322.45º | 0.64% | 0.9% | - |
| XYZ | 43.46 | 26.1 | 43.31 | - |
| YUV | 137.44 | 149.2 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 83 | 175 | 0 | 0.64 | 0.24 | 0.10 | 322.45 | 0.75 | 0.61 |
| Hex | E6 | 53 | AF | 0 | 40 | 18 | A | 142 | 4B | 3D |
| Octal | 346 | 123 | 257 | 0 | 100 | 30 | 12 | 502 | 113 | 75 |
| Binary | 11100110 | 1010011 | 10101111 | 0 | 1000000 | 11000 | 1010 | 101000010 | 1001011 | 111101 |
Color Harmonies of #E653AF
Complementary color
Monochromatic Colors of #E653AF
Black with #E653AF
Text Example
Text Example
White with #E653AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E653AF; }
p { color: rgb(230,83,175); }
H1.HeaderClassName
{
color: #E653AF;
}
.AnyTagClassName
{
color: #E653AF;
}
</style>
background-color css
<style>
a { background-color: #E653AF; }
a { background-color: rgb(230,83,175); }
div.DivClassName
{
background-color: #E653AF;
}
.BgClassName
{
background-color: #E653AF;
}
</style>
border-color css
<style>
span { border-color: #E653AF; }
span { border-color: rgb(230,83,175); }
td.TdClassName
{
border-color: #E653AF;
}
.TagClassName
{
border-color: #E653AF;
}
</style>