Shades of Brilliant Rose #E04CAB
Tints of Brilliant Rose #E04CAB
RGB
CMYK
RGB Variations
Color information
#E04CAB (or 0xE04CAB) is known color: Brilliant Rose. HEX triplet: E0, 4C and AB. RGB value is (224,76,171). Sum of RGB (Red+Green+Blue) = 224+76+171=471 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.56% from 471); Green value is 76 (30.08% from 255 or 16.14% from 471); Blue value is 171 (67.19% from 255 or 36.31% from 471); Max value from RGB is 224 - color contains mainly: red. Hex color #E04CAB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E04CAB is #1FB354. Grayscale: #828282. Windows color (decimal): -2077525 or 11226336. OLE color: 11226336.
HSL color Cylindrical-coordinate representation of color #E04CAB: hue angle of 321.49º degrees, saturation: 0.7, 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 #E04CAB is Cyan = 0, Magento = 0.66, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 76 | 171 | - |
| CMYK | 0 | 0.66 | 0.24 | 0.12 |
| HSL | 321.49º | 0.7% | 0.59% | - |
| HSV(B) | 321.49º | 0.66% | 0.88% | - |
| XYZ | 40.68 | 23.96 | 41.01 | - |
| YUV | 131.08 | 150.53 | 194.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 76 | 171 | 0 | 0.66 | 0.24 | 0.12 | 321.49 | 0.7 | 0.59 |
| Hex | E0 | 4C | AB | 0 | 42 | 18 | C | 141 | 46 | 3B |
| Octal | 340 | 114 | 253 | 0 | 102 | 30 | 14 | 501 | 106 | 73 |
| Binary | 11100000 | 1001100 | 10101011 | 0 | 1000010 | 11000 | 1100 | 101000001 | 1000110 | 111011 |
Color Harmonies of #E04CAB
Complementary color
Monochromatic Colors of #E04CAB
Black with #E04CAB
Text Example
Text Example
White with #E04CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E04CAB; }
p { color: rgb(224,76,171); }
H1.HeaderClassName
{
color: #E04CAB;
}
.AnyTagClassName
{
color: #E04CAB;
}
</style>
background-color css
<style>
a { background-color: #E04CAB; }
a { background-color: rgb(224,76,171); }
div.DivClassName
{
background-color: #E04CAB;
}
.BgClassName
{
background-color: #E04CAB;
}
</style>
border-color css
<style>
span { border-color: #E04CAB; }
span { border-color: rgb(224,76,171); }
td.TdClassName
{
border-color: #E04CAB;
}
.TagClassName
{
border-color: #E04CAB;
}
</style>