Shades of Brilliant Rose #E14CB0
Tints of Brilliant Rose #E14CB0
RGB
CMYK
RGB Variations
Color information
#E14CB0 (or 0xE14CB0) is known color: Brilliant Rose. HEX triplet: E1, 4C and B0. RGB value is (225,76,176). Sum of RGB (Red+Green+Blue) = 225+76+176=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 76 (30.08% from 255 or 15.93% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CB0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14CB0 is #1EB34F. Grayscale: #838383. Windows color (decimal): -2011984 or 11554017. OLE color: 11554017.
HSL color Cylindrical-coordinate representation of color #E14CB0: hue angle of 319.73º degrees, saturation: 0.71, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E14CB0 is Cyan = 0, Magento = 0.66, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 176 | - |
| CMYK | 0 | 0.66 | 0.22 | 0.12 |
| HSL | 319.73º | 0.71% | 0.59% | - |
| HSV(B) | 319.73º | 0.66% | 0.88% | - |
| XYZ | 41.47 | 24.31 | 43.58 | - |
| YUV | 131.95 | 152.86 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 176 | 0 | 0.66 | 0.22 | 0.12 | 319.73 | 0.71 | 0.59 |
| Hex | E1 | 4C | B0 | 0 | 42 | 16 | C | 140 | 47 | 3B |
| Octal | 341 | 114 | 260 | 0 | 102 | 26 | 14 | 500 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10110000 | 0 | 1000010 | 10110 | 1100 | 101000000 | 1000111 | 111011 |
Color Harmonies of #E14CB0
Complementary color
Monochromatic Colors of #E14CB0
Black with #E14CB0
Text Example
Text Example
White with #E14CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CB0; }
p { color: rgb(225,76,176); }
H1.HeaderClassName
{
color: #E14CB0;
}
.AnyTagClassName
{
color: #E14CB0;
}
</style>
background-color css
<style>
a { background-color: #E14CB0; }
a { background-color: rgb(225,76,176); }
div.DivClassName
{
background-color: #E14CB0;
}
.BgClassName
{
background-color: #E14CB0;
}
</style>
border-color css
<style>
span { border-color: #E14CB0; }
span { border-color: rgb(225,76,176); }
td.TdClassName
{
border-color: #E14CB0;
}
.TagClassName
{
border-color: #E14CB0;
}
</style>