Shades of Brilliant Rose #E14CB2
Tints of Brilliant Rose #E14CB2
RGB
CMYK
RGB Variations
Color information
#E14CB2 (or 0xE14CB2) is known color: Brilliant Rose. HEX triplet: E1, 4C and B2. RGB value is (225,76,178). Sum of RGB (Red+Green+Blue) = 225+76+178=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 76 (30.08% from 255 or 15.87% from 479); Blue value is 178 (69.92% from 255 or 37.16% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14CB2 is #1EB34D. Grayscale: #838383. Windows color (decimal): -2011982 or 11685089. OLE color: 11685089.
HSL color Cylindrical-coordinate representation of color #E14CB2: hue angle of 318.93º 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 #E14CB2 is Cyan = 0, Magento = 0.66, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 178 | - |
| CMYK | 0 | 0.66 | 0.21 | 0.12 |
| HSL | 318.93º | 0.71% | 0.59% | - |
| HSV(B) | 318.93º | 0.66% | 0.88% | - |
| XYZ | 41.67 | 24.39 | 44.63 | - |
| YUV | 132.18 | 153.86 | 194.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 178 | 0 | 0.66 | 0.21 | 0.12 | 318.93 | 0.71 | 0.59 |
| Hex | E1 | 4C | B2 | 0 | 42 | 15 | C | 13F | 47 | 3B |
| Octal | 341 | 114 | 262 | 0 | 102 | 25 | 14 | 477 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10110010 | 0 | 1000010 | 10101 | 1100 | 100111111 | 1000111 | 111011 |
Color Harmonies of #E14CB2
Complementary color
Monochromatic Colors of #E14CB2
Black with #E14CB2
Text Example
Text Example
White with #E14CB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CB2; }
p { color: rgb(225,76,178); }
H1.HeaderClassName
{
color: #E14CB2;
}
.AnyTagClassName
{
color: #E14CB2;
}
</style>
background-color css
<style>
a { background-color: #E14CB2; }
a { background-color: rgb(225,76,178); }
div.DivClassName
{
background-color: #E14CB2;
}
.BgClassName
{
background-color: #E14CB2;
}
</style>
border-color css
<style>
span { border-color: #E14CB2; }
span { border-color: rgb(225,76,178); }
td.TdClassName
{
border-color: #E14CB2;
}
.TagClassName
{
border-color: #E14CB2;
}
</style>