Shades of Brilliant Rose #E14BAB
Tints of Brilliant Rose #E14BAB
RGB
CMYK
RGB Variations
Color information
#E14BAB (or 0xE14BAB) is known color: Brilliant Rose. HEX triplet: E1, 4B and AB. RGB value is (225,75,171). Sum of RGB (Red+Green+Blue) = 225+75+171=471 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.77% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BAB is #1EB454. Grayscale: #828282. Windows color (decimal): -2012245 or 11226081. OLE color: 11226081.
HSL color Cylindrical-coordinate representation of color #E14BAB: hue angle of 321.6º degrees, saturation: 0.71, 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 #E14BAB is Cyan = 0, Magento = 0.67, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 171 | - |
| CMYK | 0 | 0.67 | 0.24 | 0.12 |
| HSL | 321.6º | 0.71% | 0.59% | - |
| HSV(B) | 321.6º | 0.67% | 0.88% | - |
| XYZ | 40.92 | 23.98 | 41 | - |
| YUV | 130.79 | 150.7 | 195.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 171 | 0 | 0.67 | 0.24 | 0.12 | 321.6 | 0.71 | 0.59 |
| Hex | E1 | 4B | AB | 0 | 43 | 18 | C | 142 | 47 | 3B |
| Octal | 341 | 113 | 253 | 0 | 103 | 30 | 14 | 502 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10101011 | 0 | 1000011 | 11000 | 1100 | 101000010 | 1000111 | 111011 |
Color Harmonies of #E14BAB
Complementary color
Monochromatic Colors of #E14BAB
Black with #E14BAB
Text Example
Text Example
White with #E14BAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BAB; }
p { color: rgb(225,75,171); }
H1.HeaderClassName
{
color: #E14BAB;
}
.AnyTagClassName
{
color: #E14BAB;
}
</style>
background-color css
<style>
a { background-color: #E14BAB; }
a { background-color: rgb(225,75,171); }
div.DivClassName
{
background-color: #E14BAB;
}
.BgClassName
{
background-color: #E14BAB;
}
</style>
border-color css
<style>
span { border-color: #E14BAB; }
span { border-color: rgb(225,75,171); }
td.TdClassName
{
border-color: #E14BAB;
}
.TagClassName
{
border-color: #E14BAB;
}
</style>