Shades of Brilliant Rose #EA49AF
Tints of Brilliant Rose #EA49AF
RGB
CMYK
RGB Variations
Color information
#EA49AF (or 0xEA49AF) is known color: Brilliant Rose. HEX triplet: EA, 49 and AF. RGB value is (234,73,175). Sum of RGB (Red+Green+Blue) = 234+73+175=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 73 (28.91% from 255 or 15.15% from 482); Blue value is 175 (68.75% from 255 or 36.31% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA49AF is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA49AF is #15B650. Grayscale: #848484. Windows color (decimal): -1422929 or 11487722. OLE color: 11487722.
HSL color Cylindrical-coordinate representation of color #EA49AF: hue angle of 321.99º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EA49AF is Cyan = 0, Magento = 0.69, Yellow = 0.25 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 73 | 175 | - |
| CMYK | 0 | 0.69 | 0.25 | 0.08 |
| HSL | 321.99º | 0.79% | 0.6% | - |
| HSV(B) | 321.99º | 0.69% | 0.92% | - |
| XYZ | 44.05 | 25.35 | 43.13 | - |
| YUV | 132.77 | 151.84 | 200.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 73 | 175 | 0 | 0.69 | 0.25 | 0.08 | 321.99 | 0.79 | 0.6 |
| Hex | EA | 49 | AF | 0 | 45 | 19 | 8 | 142 | 4F | 3C |
| Octal | 352 | 111 | 257 | 0 | 105 | 31 | 10 | 502 | 117 | 74 |
| Binary | 11101010 | 1001001 | 10101111 | 0 | 1000101 | 11001 | 1000 | 101000010 | 1001111 | 111100 |
Color Harmonies of #EA49AF
Complementary color
Monochromatic Colors of #EA49AF
Black with #EA49AF
Text Example
Text Example
White with #EA49AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA49AF; }
p { color: rgb(234,73,175); }
H1.HeaderClassName
{
color: #EA49AF;
}
.AnyTagClassName
{
color: #EA49AF;
}
</style>
background-color css
<style>
a { background-color: #EA49AF; }
a { background-color: rgb(234,73,175); }
div.DivClassName
{
background-color: #EA49AF;
}
.BgClassName
{
background-color: #EA49AF;
}
</style>
border-color css
<style>
span { border-color: #EA49AF; }
span { border-color: rgb(234,73,175); }
td.TdClassName
{
border-color: #EA49AF;
}
.TagClassName
{
border-color: #EA49AF;
}
</style>