Shades of Brilliant Rose #E651B8
Tints of Brilliant Rose #E651B8
RGB
CMYK
RGB Variations
Color information
#E651B8 (or 0xE651B8) is known color: Brilliant Rose. HEX triplet: E6, 51 and B8. RGB value is (230,81,184). Sum of RGB (Red+Green+Blue) = 230+81+184=495 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.46% from 495); Green value is 81 (32.03% from 255 or 16.36% from 495); Blue value is 184 (72.27% from 255 or 37.17% from 495); Max value from RGB is 230 - color contains mainly: red. Hex color #E651B8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E651B8 is #19AE47. Grayscale: #898989. Windows color (decimal): -1683016 or 12079590. OLE color: 12079590.
HSL color Cylindrical-coordinate representation of color #E651B8: hue angle of 318.52º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E651B8 is Cyan = 0, Magento = 0.65, Yellow = 0.2 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 81 | 184 | - |
| CMYK | 0 | 0.65 | 0.2 | 0.10 |
| HSL | 318.52º | 0.75% | 0.61% | - |
| HSV(B) | 318.52º | 0.65% | 0.9% | - |
| XYZ | 44.23 | 26.17 | 48.07 | - |
| YUV | 137.29 | 154.36 | 194.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 81 | 184 | 0 | 0.65 | 0.2 | 0.10 | 318.52 | 0.75 | 0.61 |
| Hex | E6 | 51 | B8 | 0 | 41 | 14 | A | 13F | 4B | 3D |
| Octal | 346 | 121 | 270 | 0 | 101 | 24 | 12 | 477 | 113 | 75 |
| Binary | 11100110 | 1010001 | 10111000 | 0 | 1000001 | 10100 | 1010 | 100111111 | 1001011 | 111101 |
Color Harmonies of #E651B8
Complementary color
Monochromatic Colors of #E651B8
Black with #E651B8
Text Example
Text Example
White with #E651B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E651B8; }
p { color: rgb(230,81,184); }
H1.HeaderClassName
{
color: #E651B8;
}
.AnyTagClassName
{
color: #E651B8;
}
</style>
background-color css
<style>
a { background-color: #E651B8; }
a { background-color: rgb(230,81,184); }
div.DivClassName
{
background-color: #E651B8;
}
.BgClassName
{
background-color: #E651B8;
}
</style>
border-color css
<style>
span { border-color: #E651B8; }
span { border-color: rgb(230,81,184); }
td.TdClassName
{
border-color: #E651B8;
}
.TagClassName
{
border-color: #E651B8;
}
</style>