Shades of Brilliant Rose #E74EB8
Tints of Brilliant Rose #E74EB8
RGB
CMYK
RGB Variations
Color information
#E74EB8 (or 0xE74EB8) is known color: Brilliant Rose. HEX triplet: E7, 4E and B8. RGB value is (231,78,184). Sum of RGB (Red+Green+Blue) = 231+78+184=493 (65% of max value = 765). Red value is 231 (90.62% from 255 or 46.86% from 493); Green value is 78 (30.86% from 255 or 15.82% from 493); Blue value is 184 (72.27% from 255 or 37.32% from 493); Max value from RGB is 231 - color contains mainly: red. Hex color #E74EB8 is not a web safe color. Web safe color analog (approx): #FF66CC. Inversed color of #E74EB8 is #18B147. Grayscale: #878787. Windows color (decimal): -1618248 or 12078823. OLE color: 12078823.
HSL color Cylindrical-coordinate representation of color #E74EB8: hue angle of 318.43º degrees, saturation: 0.76, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E74EB8 is Cyan = 0, Magento = 0.66, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 78 | 184 | - |
| CMYK | 0 | 0.66 | 0.20 | 0.09 |
| HSL | 318.43º | 0.76% | 0.61% | - |
| HSV(B) | 318.43º | 0.66% | 0.91% | - |
| XYZ | 44.33 | 25.9 | 48.01 | - |
| YUV | 135.83 | 155.19 | 195.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 78 | 184 | 0 | 0.66 | 0.20 | 0.09 | 318.43 | 0.76 | 0.61 |
| Hex | E7 | 4E | B8 | 0 | 42 | 14 | 9 | 13E | 4C | 3D |
| Octal | 347 | 116 | 270 | 0 | 102 | 24 | 11 | 476 | 114 | 75 |
| Binary | 11100111 | 1001110 | 10111000 | 0 | 1000010 | 10100 | 1001 | 100111110 | 1001100 | 111101 |
Color Harmonies of #E74EB8
Complementary color
Monochromatic Colors of #E74EB8
Black with #E74EB8
Text Example
Text Example
White with #E74EB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E74EB8; }
p { color: rgb(231,78,184); }
H1.HeaderClassName
{
color: #E74EB8;
}
.AnyTagClassName
{
color: #E74EB8;
}
</style>
background-color css
<style>
a { background-color: #E74EB8; }
a { background-color: rgb(231,78,184); }
div.DivClassName
{
background-color: #E74EB8;
}
.BgClassName
{
background-color: #E74EB8;
}
</style>
border-color css
<style>
span { border-color: #E74EB8; }
span { border-color: rgb(231,78,184); }
td.TdClassName
{
border-color: #E74EB8;
}
.TagClassName
{
border-color: #E74EB8;
}
</style>