Shades of Brilliant Rose #E24F9D
Tints of Brilliant Rose #E24F9D
RGB
CMYK
RGB Variations
Color information
#E24F9D (or 0xE24F9D) is known color: Brilliant Rose. HEX triplet: E2, 4F and 9D. RGB value is (226,79,157). Sum of RGB (Red+Green+Blue) = 226+79+157=462 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.92% from 462); Green value is 79 (31.25% from 255 or 17.10% from 462); Blue value is 157 (61.72% from 255 or 33.98% from 462); Max value from RGB is 226 - color contains mainly: red. Hex color #E24F9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #E24F9D is #1DB062. Grayscale: #838383. Windows color (decimal): -1945699 or 10309602. OLE color: 10309602.
HSL color Cylindrical-coordinate representation of color #E24F9D: hue angle of 328.16º degrees, saturation: 0.72, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #E24F9D is Cyan = 0, Magento = 0.65, Yellow = 0.31 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 79 | 157 | - |
| CMYK | 0 | 0.65 | 0.31 | 0.11 |
| HSL | 328.16º | 0.72% | 0.6% | - |
| HSV(B) | 328.16º | 0.65% | 0.89% | - |
| XYZ | 40.25 | 24.2 | 34.45 | - |
| YUV | 131.85 | 142.2 | 195.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 79 | 157 | 0 | 0.65 | 0.31 | 0.11 | 328.16 | 0.72 | 0.6 |
| Hex | E2 | 4F | 9D | 0 | 41 | 1F | B | 148 | 48 | 3C |
| Octal | 342 | 117 | 235 | 0 | 101 | 37 | 13 | 510 | 110 | 74 |
| Binary | 11100010 | 1001111 | 10011101 | 0 | 1000001 | 11111 | 1011 | 101001000 | 1001000 | 111100 |
Color Harmonies of #E24F9D
Complementary color
Monochromatic Colors of #E24F9D
Black with #E24F9D
Text Example
Text Example
White with #E24F9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24F9D; }
p { color: rgb(226,79,157); }
H1.HeaderClassName
{
color: #E24F9D;
}
.AnyTagClassName
{
color: #E24F9D;
}
</style>
background-color css
<style>
a { background-color: #E24F9D; }
a { background-color: rgb(226,79,157); }
div.DivClassName
{
background-color: #E24F9D;
}
.BgClassName
{
background-color: #E24F9D;
}
</style>
border-color css
<style>
span { border-color: #E24F9D; }
span { border-color: rgb(226,79,157); }
td.TdClassName
{
border-color: #E24F9D;
}
.TagClassName
{
border-color: #E24F9D;
}
</style>