Shades of Brilliant Rose #EA569B
Tints of Brilliant Rose #EA569B
RGB
CMYK
RGB Variations
Color information
#EA569B (or 0xEA569B) is known color: Brilliant Rose. HEX triplet: EA, 56 and 9B. RGB value is (234,86,155). Sum of RGB (Red+Green+Blue) = 234+86+155=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 86 (33.98% from 255 or 18.11% from 475); Blue value is 155 (60.94% from 255 or 32.63% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA569B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA569B is #15A964. Grayscale: #898989. Windows color (decimal): -1419621 or 10180330. OLE color: 10180330.
HSL color Cylindrical-coordinate representation of color #EA569B: hue angle of 332.03º 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 #EA569B is Cyan = 0, Magento = 0.63, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 86 | 155 | - |
| CMYK | 0 | 0.63 | 0.34 | 0.08 |
| HSL | 332.03º | 0.78% | 0.63% | - |
| HSV(B) | 332.03º | 0.63% | 0.92% | - |
| XYZ | 43.18 | 26.51 | 33.85 | - |
| YUV | 138.12 | 137.53 | 196.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 86 | 155 | 0 | 0.63 | 0.34 | 0.08 | 332.03 | 0.78 | 0.63 |
| Hex | EA | 56 | 9B | 0 | 3F | 22 | 8 | 14C | 4E | 3F |
| Octal | 352 | 126 | 233 | 0 | 77 | 42 | 10 | 514 | 116 | 77 |
| Binary | 11101010 | 1010110 | 10011011 | 0 | 111111 | 100010 | 1000 | 101001100 | 1001110 | 111111 |
Color Harmonies of #EA569B
Complementary color
Monochromatic Colors of #EA569B
Black with #EA569B
Text Example
Text Example
White with #EA569B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA569B; }
p { color: rgb(234,86,155); }
H1.HeaderClassName
{
color: #EA569B;
}
.AnyTagClassName
{
color: #EA569B;
}
</style>
background-color css
<style>
a { background-color: #EA569B; }
a { background-color: rgb(234,86,155); }
div.DivClassName
{
background-color: #EA569B;
}
.BgClassName
{
background-color: #EA569B;
}
</style>
border-color css
<style>
span { border-color: #EA569B; }
span { border-color: rgb(234,86,155); }
td.TdClassName
{
border-color: #EA569B;
}
.TagClassName
{
border-color: #EA569B;
}
</style>