Shades of Brilliant Rose #E14CB4
Tints of Brilliant Rose #E14CB4
RGB
CMYK
RGB Variations
Color information
#E14CB4 (or 0xE14CB4) is known color: Brilliant Rose. HEX triplet: E1, 4C and B4. RGB value is (225,76,180). Sum of RGB (Red+Green+Blue) = 225+76+180=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 76 (30.08% from 255 or 15.80% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14CB4 is #1EB34B. Grayscale: #848484. Windows color (decimal): -2011980 or 11816161. OLE color: 11816161.
HSL color Cylindrical-coordinate representation of color #E14CB4: hue angle of 318.12º 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 #E14CB4 is Cyan = 0, Magento = 0.66, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 180 | - |
| CMYK | 0 | 0.66 | 0.2 | 0.12 |
| HSL | 318.12º | 0.71% | 0.59% | - |
| HSV(B) | 318.12º | 0.66% | 0.88% | - |
| XYZ | 41.87 | 24.47 | 45.7 | - |
| YUV | 132.41 | 154.86 | 194.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 180 | 0 | 0.66 | 0.2 | 0.12 | 318.12 | 0.71 | 0.59 |
| Hex | E1 | 4C | B4 | 0 | 42 | 14 | C | 13E | 47 | 3B |
| Octal | 341 | 114 | 264 | 0 | 102 | 24 | 14 | 476 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10110100 | 0 | 1000010 | 10100 | 1100 | 100111110 | 1000111 | 111011 |
Color Harmonies of #E14CB4
Complementary color
Monochromatic Colors of #E14CB4
Black with #E14CB4
Text Example
Text Example
White with #E14CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CB4; }
p { color: rgb(225,76,180); }
H1.HeaderClassName
{
color: #E14CB4;
}
.AnyTagClassName
{
color: #E14CB4;
}
</style>
background-color css
<style>
a { background-color: #E14CB4; }
a { background-color: rgb(225,76,180); }
div.DivClassName
{
background-color: #E14CB4;
}
.BgClassName
{
background-color: #E14CB4;
}
</style>
border-color css
<style>
span { border-color: #E14CB4; }
span { border-color: rgb(225,76,180); }
td.TdClassName
{
border-color: #E14CB4;
}
.TagClassName
{
border-color: #E14CB4;
}
</style>