Shades of Brilliant Rose #E24BAF
Tints of Brilliant Rose #E24BAF
RGB
CMYK
RGB Variations
Color information
#E24BAF (or 0xE24BAF) is known color: Brilliant Rose. HEX triplet: E2, 4B and AF. RGB value is (226,75,175). Sum of RGB (Red+Green+Blue) = 226+75+175=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 75 (29.69% from 255 or 15.76% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E24BAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E24BAF is #1DB450. Grayscale: #838383. Windows color (decimal): -1946705 or 11488226. OLE color: 11488226.
HSL color Cylindrical-coordinate representation of color #E24BAF: hue angle of 320.26º 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 #E24BAF is Cyan = 0, Magento = 0.67, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 75 | 175 | - |
| CMYK | 0 | 0.67 | 0.23 | 0.11 |
| HSL | 320.26º | 0.72% | 0.59% | - |
| HSV(B) | 320.26º | 0.67% | 0.89% | - |
| XYZ | 41.62 | 24.3 | 43.05 | - |
| YUV | 131.55 | 152.53 | 195.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 75 | 175 | 0 | 0.67 | 0.23 | 0.11 | 320.26 | 0.72 | 0.59 |
| Hex | E2 | 4B | AF | 0 | 43 | 17 | B | 140 | 48 | 3B |
| Octal | 342 | 113 | 257 | 0 | 103 | 27 | 13 | 500 | 110 | 73 |
| Binary | 11100010 | 1001011 | 10101111 | 0 | 1000011 | 10111 | 1011 | 101000000 | 1001000 | 111011 |
Color Harmonies of #E24BAF
Complementary color
Monochromatic Colors of #E24BAF
Black with #E24BAF
Text Example
Text Example
White with #E24BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E24BAF; }
p { color: rgb(226,75,175); }
H1.HeaderClassName
{
color: #E24BAF;
}
.AnyTagClassName
{
color: #E24BAF;
}
</style>
background-color css
<style>
a { background-color: #E24BAF; }
a { background-color: rgb(226,75,175); }
div.DivClassName
{
background-color: #E24BAF;
}
.BgClassName
{
background-color: #E24BAF;
}
</style>
border-color css
<style>
span { border-color: #E24BAF; }
span { border-color: rgb(226,75,175); }
td.TdClassName
{
border-color: #E24BAF;
}
.TagClassName
{
border-color: #E24BAF;
}
</style>