Shades of Brilliant Rose #E655A3
Tints of Brilliant Rose #E655A3
RGB
CMYK
RGB Variations
Color information
#E655A3 (or 0xE655A3) is known color: Brilliant Rose. HEX triplet: E6, 55 and A3. RGB value is (230,85,163). Sum of RGB (Red+Green+Blue) = 230+85+163=478 (63% of max value = 765). Red value is 230 (90.23% from 255 or 48.12% from 478); Green value is 85 (33.59% from 255 or 17.78% from 478); Blue value is 163 (64.06% from 255 or 34.10% from 478); Max value from RGB is 230 - color contains mainly: red. Hex color #E655A3 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #E655A3 is #19AA5C. Grayscale: #898989. Windows color (decimal): -1682013 or 10704358. OLE color: 10704358.
HSL color Cylindrical-coordinate representation of color #E655A3: hue angle of 327.72º degrees, saturation: 0.74, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #E655A3 is Cyan = 0, Magento = 0.63, Yellow = 0.29 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 85 | 163 | - |
| CMYK | 0 | 0.63 | 0.29 | 0.10 |
| HSL | 327.72º | 0.74% | 0.62% | - |
| HSV(B) | 327.72º | 0.63% | 0.9% | - |
| XYZ | 42.49 | 25.96 | 37.42 | - |
| YUV | 137.25 | 142.54 | 194.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 85 | 163 | 0 | 0.63 | 0.29 | 0.10 | 327.72 | 0.74 | 0.62 |
| Hex | E6 | 55 | A3 | 0 | 3F | 1D | A | 148 | 4A | 3E |
| Octal | 346 | 125 | 243 | 0 | 77 | 35 | 12 | 510 | 112 | 76 |
| Binary | 11100110 | 1010101 | 10100011 | 0 | 111111 | 11101 | 1010 | 101001000 | 1001010 | 111110 |
Color Harmonies of #E655A3
Complementary color
Monochromatic Colors of #E655A3
Black with #E655A3
Text Example
Text Example
White with #E655A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E655A3; }
p { color: rgb(230,85,163); }
H1.HeaderClassName
{
color: #E655A3;
}
.AnyTagClassName
{
color: #E655A3;
}
</style>
background-color css
<style>
a { background-color: #E655A3; }
a { background-color: rgb(230,85,163); }
div.DivClassName
{
background-color: #E655A3;
}
.BgClassName
{
background-color: #E655A3;
}
</style>
border-color css
<style>
span { border-color: #E655A3; }
span { border-color: rgb(230,85,163); }
td.TdClassName
{
border-color: #E655A3;
}
.TagClassName
{
border-color: #E655A3;
}
</style>