Shades of Brilliant Rose #EA4A9D
Tints of Brilliant Rose #EA4A9D
RGB
CMYK
RGB Variations
Color information
#EA4A9D (or 0xEA4A9D) is known color: Brilliant Rose. HEX triplet: EA, 4A and 9D. RGB value is (234,74,157). Sum of RGB (Red+Green+Blue) = 234+74+157=465 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.32% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 157 (61.72% from 255 or 33.76% from 465); Max value from RGB is 234 - color contains mainly: red. Hex color #EA4A9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA4A9D is #15B562. Grayscale: #838383. Windows color (decimal): -1422691 or 10308330. OLE color: 10308330.
HSL color Cylindrical-coordinate representation of color #EA4A9D: hue angle of 328.88º degrees, saturation: 0.79, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EA4A9D is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 74 | 157 | - |
| CMYK | 0 | 0.68 | 0.33 | 0.08 |
| HSL | 328.88º | 0.79% | 0.6% | - |
| HSV(B) | 328.88º | 0.68% | 0.92% | - |
| XYZ | 42.47 | 24.82 | 34.45 | - |
| YUV | 131.3 | 142.51 | 201.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 74 | 157 | 0 | 0.68 | 0.33 | 0.08 | 328.88 | 0.79 | 0.6 |
| Hex | EA | 4A | 9D | 0 | 44 | 21 | 8 | 149 | 4F | 3C |
| Octal | 352 | 112 | 235 | 0 | 104 | 41 | 10 | 511 | 117 | 74 |
| Binary | 11101010 | 1001010 | 10011101 | 0 | 1000100 | 100001 | 1000 | 101001001 | 1001111 | 111100 |
Color Harmonies of #EA4A9D
Complementary color
Monochromatic Colors of #EA4A9D
Black with #EA4A9D
Text Example
Text Example
White with #EA4A9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA4A9D; }
p { color: rgb(234,74,157); }
H1.HeaderClassName
{
color: #EA4A9D;
}
.AnyTagClassName
{
color: #EA4A9D;
}
</style>
background-color css
<style>
a { background-color: #EA4A9D; }
a { background-color: rgb(234,74,157); }
div.DivClassName
{
background-color: #EA4A9D;
}
.BgClassName
{
background-color: #EA4A9D;
}
</style>
border-color css
<style>
span { border-color: #EA4A9D; }
span { border-color: rgb(234,74,157); }
td.TdClassName
{
border-color: #EA4A9D;
}
.TagClassName
{
border-color: #EA4A9D;
}
</style>