Shades of Brilliant Rose #E24BAA
Tints of Brilliant Rose #E24BAA
RGB
CMYK
RGB Variations
Color information
#E24BAA (or 0xE24BAA) is known color: Brilliant Rose. HEX triplet: E2, 4B and AA. RGB value is (226,75,170). Sum of RGB (Red+Green+Blue) = 226+75+170=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 75 (29.69% from 255 or 15.92% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24BAA is #1DB455. Grayscale: #828282. Windows color (decimal): -1946710 or 11160546. OLE color: 11160546.
HSL color Cylindrical-coordinate representation of color #E24BAA: hue angle of 322.25º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #E24BAA is Cyan = 0, Magento = 0.67, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 170 | - |
| CMYK | 0 | 0.67 | 0.25 | 0.11 |
| HSL | 322.25º | 0.72% | 0.59% | - |
| HSV(B) | 322.25º | 0.67% | 0.89% | - |
| XYZ | 41.14 | 24.1 | 40.51 | - |
| YUV | 130.98 | 150.03 | 195.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 170 | 0 | 0.67 | 0.25 | 0.11 | 322.25 | 0.72 | 0.59 |
| Hex | E2 | 4B | AA | 0 | 43 | 19 | B | 142 | 48 | 3B |
| Octal | 342 | 113 | 252 | 0 | 103 | 31 | 13 | 502 | 110 | 73 |
| Binary | 11100010 | 1001011 | 10101010 | 0 | 1000011 | 11001 | 1011 | 101000010 | 1001000 | 111011 |
Color Harmonies of #E24BAA
Complementary color
Monochromatic Colors of #E24BAA
Black with #E24BAA
Text Example
Text Example
White with #E24BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BAA; }
p { color: rgb(226,75,170); }
H1.HeaderClassName
{
color: #E24BAA;
}
.AnyTagClassName
{
color: #E24BAA;
}
</style>
background-color css
<style>
a { background-color: #E24BAA; }
a { background-color: rgb(226,75,170); }
div.DivClassName
{
background-color: #E24BAA;
}
.BgClassName
{
background-color: #E24BAA;
}
</style>
border-color css
<style>
span { border-color: #E24BAA; }
span { border-color: rgb(226,75,170); }
td.TdClassName
{
border-color: #E24BAA;
}
.TagClassName
{
border-color: #E24BAA;
}
</style>