Shades of Brilliant Rose #E249AF
Tints of Brilliant Rose #E249AF
RGB
CMYK
RGB Variations
Color information
#E249AF (or 0xE249AF) is known color: Brilliant Rose. HEX triplet: E2, 49 and AF. RGB value is (226,73,175). Sum of RGB (Red+Green+Blue) = 226+73+175=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 73 (28.91% from 255 or 15.40% from 474); Blue value is 175 (68.75% from 255 or 36.92% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E249AF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E249AF is #1DB650. Grayscale: #828282. Windows color (decimal): -1947217 or 11487714. OLE color: 11487714.
HSL color Cylindrical-coordinate representation of color #E249AF: hue angle of 320º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #E249AF is Cyan = 0, Magento = 0.68, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 73 | 175 | - |
| CMYK | 0 | 0.68 | 0.23 | 0.11 |
| HSL | 320º | 0.73% | 0.59% | - |
| HSV(B) | 320º | 0.68% | 0.89% | - |
| XYZ | 41.48 | 24.03 | 43.01 | - |
| YUV | 130.38 | 153.19 | 196.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 73 | 175 | 0 | 0.68 | 0.23 | 0.11 | 320 | 0.73 | 0.59 |
| Hex | E2 | 49 | AF | 0 | 44 | 17 | B | 140 | 49 | 3B |
| Octal | 342 | 111 | 257 | 0 | 104 | 27 | 13 | 500 | 111 | 73 |
| Binary | 11100010 | 1001001 | 10101111 | 0 | 1000100 | 10111 | 1011 | 101000000 | 1001001 | 111011 |
Color Harmonies of #E249AF
Complementary color
Monochromatic Colors of #E249AF
Black with #E249AF
Text Example
Text Example
White with #E249AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E249AF; }
p { color: rgb(226,73,175); }
H1.HeaderClassName
{
color: #E249AF;
}
.AnyTagClassName
{
color: #E249AF;
}
</style>
background-color css
<style>
a { background-color: #E249AF; }
a { background-color: rgb(226,73,175); }
div.DivClassName
{
background-color: #E249AF;
}
.BgClassName
{
background-color: #E249AF;
}
</style>
border-color css
<style>
span { border-color: #E249AF; }
span { border-color: rgb(226,73,175); }
td.TdClassName
{
border-color: #E249AF;
}
.TagClassName
{
border-color: #E249AF;
}
</style>