Shades of Brilliant Rose #EA469F
Tints of Brilliant Rose #EA469F
RGB
CMYK
RGB Variations
Color information
#EA469F (or 0xEA469F) is known color: Brilliant Rose. HEX triplet: EA, 46 and 9F. RGB value is (234,70,159). Sum of RGB (Red+Green+Blue) = 234+70+159=463 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.54% from 463); Green value is 70 (27.73% from 255 or 15.12% from 463); Blue value is 159 (62.5% from 255 or 34.34% from 463); Max value from RGB is 234 - color contains mainly: red. Hex color #EA469F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA469F is #15B960. Grayscale: #808080. Windows color (decimal): -1423713 or 10438378. OLE color: 10438378.
HSL color Cylindrical-coordinate representation of color #EA469F: hue angle of 327.44º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EA469F is Cyan = 0, Magento = 0.70, Yellow = 0.32 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 70 | 159 | - |
| CMYK | 0 | 0.70 | 0.32 | 0.08 |
| HSL | 327.44º | 0.8% | 0.6% | - |
| HSV(B) | 327.44º | 0.7% | 0.92% | - |
| XYZ | 42.38 | 24.38 | 35.27 | - |
| YUV | 129.18 | 144.83 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 70 | 159 | 0 | 0.70 | 0.32 | 0.08 | 327.44 | 0.8 | 0.6 |
| Hex | EA | 46 | 9F | 0 | 46 | 20 | 8 | 147 | 50 | 3C |
| Octal | 352 | 106 | 237 | 0 | 106 | 40 | 10 | 507 | 120 | 74 |
| Binary | 11101010 | 1000110 | 10011111 | 0 | 1000110 | 100000 | 1000 | 101000111 | 1010000 | 111100 |
Color Harmonies of #EA469F
Complementary color
Monochromatic Colors of #EA469F
Black with #EA469F
Text Example
Text Example
White with #EA469F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA469F; }
p { color: rgb(234,70,159); }
H1.HeaderClassName
{
color: #EA469F;
}
.AnyTagClassName
{
color: #EA469F;
}
</style>
background-color css
<style>
a { background-color: #EA469F; }
a { background-color: rgb(234,70,159); }
div.DivClassName
{
background-color: #EA469F;
}
.BgClassName
{
background-color: #EA469F;
}
</style>
border-color css
<style>
span { border-color: #EA469F; }
span { border-color: rgb(234,70,159); }
td.TdClassName
{
border-color: #EA469F;
}
.TagClassName
{
border-color: #EA469F;
}
</style>