Shades of Brilliant Rose #EA5C9C
Tints of Brilliant Rose #EA5C9C
RGB
CMYK
RGB Variations
Color information
#EA5C9C (or 0xEA5C9C) is known color: Brilliant Rose. HEX triplet: EA, 5C and 9C. RGB value is (234,92,156). Sum of RGB (Red+Green+Blue) = 234+92+156=482 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.55% from 482); Green value is 92 (36.33% from 255 or 19.09% from 482); Blue value is 156 (61.33% from 255 or 32.37% from 482); Max value from RGB is 234 - color contains mainly: red. Hex color #EA5C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EA5C9C is #15A363. Grayscale: #8D8D8D. Windows color (decimal): -1418084 or 10247402. OLE color: 10247402.
HSL color Cylindrical-coordinate representation of color #EA5C9C: hue angle of 332.96º degrees, saturation: 0.77, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #EA5C9C is Cyan = 0, Magento = 0.61, Yellow = 0.33 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 92 | 156 | - |
| CMYK | 0 | 0.61 | 0.33 | 0.08 |
| HSL | 332.96º | 0.77% | 0.64% | - |
| HSV(B) | 332.96º | 0.61% | 0.92% | - |
| XYZ | 43.76 | 27.55 | 34.46 | - |
| YUV | 141.75 | 136.04 | 193.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 92 | 156 | 0 | 0.61 | 0.33 | 0.08 | 332.96 | 0.77 | 0.64 |
| Hex | EA | 5C | 9C | 0 | 3D | 21 | 8 | 14D | 4D | 40 |
| Octal | 352 | 134 | 234 | 0 | 75 | 41 | 10 | 515 | 115 | 100 |
| Binary | 11101010 | 1011100 | 10011100 | 0 | 111101 | 100001 | 1000 | 101001101 | 1001101 | 1000000 |
Color Harmonies of #EA5C9C
Complementary color
Monochromatic Colors of #EA5C9C
Black with #EA5C9C
Text Example
Text Example
White with #EA5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA5C9C; }
p { color: rgb(234,92,156); }
H1.HeaderClassName
{
color: #EA5C9C;
}
.AnyTagClassName
{
color: #EA5C9C;
}
</style>
background-color css
<style>
a { background-color: #EA5C9C; }
a { background-color: rgb(234,92,156); }
div.DivClassName
{
background-color: #EA5C9C;
}
.BgClassName
{
background-color: #EA5C9C;
}
</style>
border-color css
<style>
span { border-color: #EA5C9C; }
span { border-color: rgb(234,92,156); }
td.TdClassName
{
border-color: #EA5C9C;
}
.TagClassName
{
border-color: #EA5C9C;
}
</style>