Shades of Brilliant Rose #EA579D
Tints of Brilliant Rose #EA579D
RGB
CMYK
RGB Variations
Color information
#EA579D (or 0xEA579D) is known color: Brilliant Rose. HEX triplet: EA, 57 and 9D. RGB value is (234,87,157). Sum of RGB (Red+Green+Blue) = 234+87+157=478 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.95% from 478); Green value is 87 (34.38% from 255 or 18.20% from 478); Blue value is 157 (61.72% from 255 or 32.85% from 478); Max value from RGB is 234 - color contains mainly: red. Hex color #EA579D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA579D is #15A862. Grayscale: #8A8A8A. Windows color (decimal): -1419363 or 10311658. OLE color: 10311658.
HSL color Cylindrical-coordinate representation of color #EA579D: hue angle of 331.43º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #EA579D is Cyan = 0, Magento = 0.63, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 87 | 157 | - |
| CMYK | 0 | 0.63 | 0.33 | 0.08 |
| HSL | 331.43º | 0.78% | 0.63% | - |
| HSV(B) | 331.43º | 0.63% | 0.92% | - |
| XYZ | 43.43 | 26.74 | 34.77 | - |
| YUV | 138.93 | 138.2 | 195.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 87 | 157 | 0 | 0.63 | 0.33 | 0.08 | 331.43 | 0.78 | 0.63 |
| Hex | EA | 57 | 9D | 0 | 3F | 21 | 8 | 14B | 4E | 3F |
| Octal | 352 | 127 | 235 | 0 | 77 | 41 | 10 | 513 | 116 | 77 |
| Binary | 11101010 | 1010111 | 10011101 | 0 | 111111 | 100001 | 1000 | 101001011 | 1001110 | 111111 |
Color Harmonies of #EA579D
Complementary color
Monochromatic Colors of #EA579D
Black with #EA579D
Text Example
Text Example
White with #EA579D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA579D; }
p { color: rgb(234,87,157); }
H1.HeaderClassName
{
color: #EA579D;
}
.AnyTagClassName
{
color: #EA579D;
}
</style>
background-color css
<style>
a { background-color: #EA579D; }
a { background-color: rgb(234,87,157); }
div.DivClassName
{
background-color: #EA579D;
}
.BgClassName
{
background-color: #EA579D;
}
</style>
border-color css
<style>
span { border-color: #EA579D; }
span { border-color: rgb(234,87,157); }
td.TdClassName
{
border-color: #EA579D;
}
.TagClassName
{
border-color: #EA579D;
}
</style>