Shades of Brilliant Rose #E14BB1
Tints of Brilliant Rose #E14BB1
RGB
CMYK
RGB Variations
Color information
#E14BB1 (or 0xE14BB1) is known color: Brilliant Rose. HEX triplet: E1, 4B and B1. RGB value is (225,75,177). Sum of RGB (Red+Green+Blue) = 225+75+177=477 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.17% from 477); Green value is 75 (29.69% from 255 or 15.72% from 477); Blue value is 177 (69.53% from 255 or 37.11% from 477); Max value from RGB is 225 - color contains mainly: red. Hex color #E14BB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14BB1 is #1EB44E. Grayscale: #838383. Windows color (decimal): -2012239 or 11619297. OLE color: 11619297.
HSL color Cylindrical-coordinate representation of color #E14BB1: hue angle of 319.2º 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 #E14BB1 is Cyan = 0, Magento = 0.67, Yellow = 0.21 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 75 | 177 | - |
| CMYK | 0 | 0.67 | 0.21 | 0.12 |
| HSL | 319.2º | 0.71% | 0.59% | - |
| HSV(B) | 319.2º | 0.67% | 0.88% | - |
| XYZ | 41.5 | 24.21 | 44.08 | - |
| YUV | 131.48 | 153.7 | 194.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 75 | 177 | 0 | 0.67 | 0.21 | 0.12 | 319.2 | 0.71 | 0.59 |
| Hex | E1 | 4B | B1 | 0 | 43 | 15 | C | 13F | 47 | 3B |
| Octal | 341 | 113 | 261 | 0 | 103 | 25 | 14 | 477 | 107 | 73 |
| Binary | 11100001 | 1001011 | 10110001 | 0 | 1000011 | 10101 | 1100 | 100111111 | 1000111 | 111011 |
Color Harmonies of #E14BB1
Complementary color
Monochromatic Colors of #E14BB1
Black with #E14BB1
Text Example
Text Example
White with #E14BB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14BB1; }
p { color: rgb(225,75,177); }
H1.HeaderClassName
{
color: #E14BB1;
}
.AnyTagClassName
{
color: #E14BB1;
}
</style>
background-color css
<style>
a { background-color: #E14BB1; }
a { background-color: rgb(225,75,177); }
div.DivClassName
{
background-color: #E14BB1;
}
.BgClassName
{
background-color: #E14BB1;
}
</style>
border-color css
<style>
span { border-color: #E14BB1; }
span { border-color: rgb(225,75,177); }
td.TdClassName
{
border-color: #E14BB1;
}
.TagClassName
{
border-color: #E14BB1;
}
</style>