Shades of Brilliant Rose #E24DA7
Tints of Brilliant Rose #E24DA7
RGB
CMYK
RGB Variations
Color information
#E24DA7 (or 0xE24DA7) is known color: Brilliant Rose. HEX triplet: E2, 4D and A7. RGB value is (226,77,167). Sum of RGB (Red+Green+Blue) = 226+77+167=470 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.09% from 470); Green value is 77 (30.47% from 255 or 16.38% from 470); Blue value is 167 (65.62% from 255 or 35.53% from 470); Max value from RGB is 226 - color contains mainly: red. Hex color #E24DA7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24DA7 is #1DB258. Grayscale: #838383. Windows color (decimal): -1946201 or 10964450. OLE color: 10964450.
HSL color Cylindrical-coordinate representation of color #E24DA7: hue angle of 323.76º degrees, saturation: 0.72, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #E24DA7 is Cyan = 0, Magento = 0.66, Yellow = 0.26 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 77 | 167 | - |
| CMYK | 0 | 0.66 | 0.26 | 0.11 |
| HSL | 323.76º | 0.72% | 0.59% | - |
| HSV(B) | 323.76º | 0.66% | 0.89% | - |
| XYZ | 40.99 | 24.27 | 39.08 | - |
| YUV | 131.81 | 147.86 | 195.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 77 | 167 | 0 | 0.66 | 0.26 | 0.11 | 323.76 | 0.72 | 0.59 |
| Hex | E2 | 4D | A7 | 0 | 42 | 1A | B | 144 | 48 | 3B |
| Octal | 342 | 115 | 247 | 0 | 102 | 32 | 13 | 504 | 110 | 73 |
| Binary | 11100010 | 1001101 | 10100111 | 0 | 1000010 | 11010 | 1011 | 101000100 | 1001000 | 111011 |
Color Harmonies of #E24DA7
Complementary color
Monochromatic Colors of #E24DA7
Black with #E24DA7
Text Example
Text Example
White with #E24DA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24DA7; }
p { color: rgb(226,77,167); }
H1.HeaderClassName
{
color: #E24DA7;
}
.AnyTagClassName
{
color: #E24DA7;
}
</style>
background-color css
<style>
a { background-color: #E24DA7; }
a { background-color: rgb(226,77,167); }
div.DivClassName
{
background-color: #E24DA7;
}
.BgClassName
{
background-color: #E24DA7;
}
</style>
border-color css
<style>
span { border-color: #E24DA7; }
span { border-color: rgb(226,77,167); }
td.TdClassName
{
border-color: #E24DA7;
}
.TagClassName
{
border-color: #E24DA7;
}
</style>