Shades of Brilliant Rose #E14AB4
Tints of Brilliant Rose #E14AB4
RGB
CMYK
RGB Variations
Color information
#E14AB4 (or 0xE14AB4) is known color: Brilliant Rose. HEX triplet: E1, 4A and B4. RGB value is (225,74,180). Sum of RGB (Red+Green+Blue) = 225+74+180=479 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.97% from 479); Green value is 74 (29.30% from 255 or 15.45% from 479); Blue value is 180 (70.70% from 255 or 37.58% from 479); Max value from RGB is 225 - color contains mainly: red. Hex color #E14AB4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E14AB4 is #1EB54B. Grayscale: #828282. Windows color (decimal): -2012492 or 11815649. OLE color: 11815649.
HSL color Cylindrical-coordinate representation of color #E14AB4: hue angle of 317.88º 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 #E14AB4 is Cyan = 0, Magento = 0.67, Yellow = 0.2 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 74 | 180 | - |
| CMYK | 0 | 0.67 | 0.2 | 0.12 |
| HSL | 317.88º | 0.72% | 0.59% | - |
| HSV(B) | 317.88º | 0.67% | 0.88% | - |
| XYZ | 41.74 | 24.2 | 45.65 | - |
| YUV | 131.23 | 155.53 | 194.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 74 | 180 | 0 | 0.67 | 0.2 | 0.12 | 317.88 | 0.72 | 0.59 |
| Hex | E1 | 4A | B4 | 0 | 43 | 14 | C | 13E | 48 | 3B |
| Octal | 341 | 112 | 264 | 0 | 103 | 24 | 14 | 476 | 110 | 73 |
| Binary | 11100001 | 1001010 | 10110100 | 0 | 1000011 | 10100 | 1100 | 100111110 | 1001000 | 111011 |
Color Harmonies of #E14AB4
Complementary color
Monochromatic Colors of #E14AB4
Black with #E14AB4
Text Example
Text Example
White with #E14AB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14AB4; }
p { color: rgb(225,74,180); }
H1.HeaderClassName
{
color: #E14AB4;
}
.AnyTagClassName
{
color: #E14AB4;
}
</style>
background-color css
<style>
a { background-color: #E14AB4; }
a { background-color: rgb(225,74,180); }
div.DivClassName
{
background-color: #E14AB4;
}
.BgClassName
{
background-color: #E14AB4;
}
</style>
border-color css
<style>
span { border-color: #E14AB4; }
span { border-color: rgb(225,74,180); }
td.TdClassName
{
border-color: #E14AB4;
}
.TagClassName
{
border-color: #E14AB4;
}
</style>