Shades of Brilliant Rose #E14AB1
Tints of Brilliant Rose #E14AB1
RGB
CMYK
RGB Variations
Color information
#E14AB1 (or 0xE14AB1) is known color: Brilliant Rose. HEX triplet: E1, 4A and B1. RGB value is (225,74,177). Sum of RGB (Red+Green+Blue) = 225+74+177=476 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.27% from 476); Green value is 74 (29.30% from 255 or 15.55% from 476); Blue value is 177 (69.53% from 255 or 37.18% from 476); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14AB1 is #1EB54E. Grayscale: #828282. Windows color (decimal): -2012495 or 11619041. OLE color: 11619041.
HSL color Cylindrical-coordinate representation of color #E14AB1: hue angle of 319.07º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E14AB1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 177 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.12 |
| HSL | 319.07º | 0.72% | 0.59% | - |
| HSV(B) | 319.07º | 0.67% | 0.88% | - |
| XYZ | 41.44 | 24.08 | 44.06 | - |
| YUV | 130.89 | 154.03 | 195.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 177 | 0 | 0.67 | 0.21 | 0.12 | 319.07 | 0.72 | 0.59 |
| Hex | E1 | 4A | B1 | 0 | 43 | 15 | C | 13F | 48 | 3B |
| Octal | 341 | 112 | 261 | 0 | 103 | 25 | 14 | 477 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10110001 | 0 | 1000011 | 10101 | 1100 | 100111111 | 1001000 | 111011 |
Color Harmonies of #E14AB1
Complementary color
Monochromatic Colors of #E14AB1
Black with #E14AB1
Text Example
Text Example
White with #E14AB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AB1; }
p { color: rgb(225,74,177); }
H1.HeaderClassName
{
color: #E14AB1;
}
.AnyTagClassName
{
color: #E14AB1;
}
</style>
background-color css
<style>
a { background-color: #E14AB1; }
a { background-color: rgb(225,74,177); }
div.DivClassName
{
background-color: #E14AB1;
}
.BgClassName
{
background-color: #E14AB1;
}
</style>
border-color css
<style>
span { border-color: #E14AB1; }
span { border-color: rgb(225,74,177); }
td.TdClassName
{
border-color: #E14AB1;
}
.TagClassName
{
border-color: #E14AB1;
}
</style>