Shades of Brilliant Rose #E14CAB
Tints of Brilliant Rose #E14CAB
RGB
CMYK
RGB Variations
Color information
#E14CAB (or 0xE14CAB) is known color: Brilliant Rose. HEX triplet: E1, 4C and AB. RGB value is (225,76,171). Sum of RGB (Red+Green+Blue) = 225+76+171=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 76 (30.08% from 255 or 16.10% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E14CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E14CAB is #1EB354. Grayscale: #838383. Windows color (decimal): -2011989 or 11226337. OLE color: 11226337.
HSL color Cylindrical-coordinate representation of color #E14CAB: hue angle of 321.74º 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 #E14CAB is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 76 | 171 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.12 |
| HSL | 321.75º | 0.71% | 0.59% | - |
| HSV(B) | 321.75º | 0.66% | 0.88% | - |
| XYZ | 40.99 | 24.12 | 41.02 | - |
| YUV | 131.38 | 150.36 | 194.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 76 | 171 | 0 | 0.66 | 0.24 | 0.12 | 321.75 | 0.71 | 0.59 |
| Hex | E1 | 4C | AB | 0 | 42 | 18 | C | 142 | 47 | 3B |
| Octal | 341 | 114 | 253 | 0 | 102 | 30 | 14 | 502 | 107 | 73 |
| Binary | 11100001 | 1001100 | 10101011 | 0 | 1000010 | 11000 | 1100 | 101000010 | 1000111 | 111011 |
Color Harmonies of #E14CAB
Complementary color
Monochromatic Colors of #E14CAB
Black with #E14CAB
Text Example
Text Example
White with #E14CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E14CAB; }
p { color: rgb(225,76,171); }
H1.HeaderClassName
{
color: #E14CAB;
}
.AnyTagClassName
{
color: #E14CAB;
}
</style>
background-color css
<style>
a { background-color: #E14CAB; }
a { background-color: rgb(225,76,171); }
div.DivClassName
{
background-color: #E14CAB;
}
.BgClassName
{
background-color: #E14CAB;
}
</style>
border-color css
<style>
span { border-color: #E14CAB; }
span { border-color: rgb(225,76,171); }
td.TdClassName
{
border-color: #E14CAB;
}
.TagClassName
{
border-color: #E14CAB;
}
</style>