Shades of Brilliant Rose #EB5C9C
Tints of Brilliant Rose #EB5C9C
RGB
CMYK
RGB Variations
Color information
#EB5C9C (or 0xEB5C9C) is known color: Brilliant Rose. HEX triplet: EB, 5C and 9C. RGB value is (235,92,156). Sum of RGB (Red+Green+Blue) = 235+92+156=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 92 (36.33% from 255 or 19.05% from 483); Blue value is 156 (61.33% from 255 or 32.30% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB5C9C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #EB5C9C is #14A363. Grayscale: #8D8D8D. Windows color (decimal): -1352548 or 10247403. OLE color: 10247403.
HSL color Cylindrical-coordinate representation of color #EB5C9C: hue angle of 333.15º degrees, saturation: 0.78, 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 #EB5C9C is Cyan = 0, Magento = 0.61, Yellow = 0.34 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 92 | 156 | - |
| CMYK | 0 | 0.61 | 0.34 | 0.08 |
| HSL | 333.15º | 0.78% | 0.64% | - |
| HSV(B) | 333.15º | 0.61% | 0.92% | - |
| XYZ | 44.09 | 27.72 | 34.48 | - |
| YUV | 142.05 | 135.88 | 194.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 92 | 156 | 0 | 0.61 | 0.34 | 0.08 | 333.15 | 0.78 | 0.64 |
| Hex | EB | 5C | 9C | 0 | 3D | 22 | 8 | 14D | 4E | 40 |
| Octal | 353 | 134 | 234 | 0 | 75 | 42 | 10 | 515 | 116 | 100 |
| Binary | 11101011 | 1011100 | 10011100 | 0 | 111101 | 100010 | 1000 | 101001101 | 1001110 | 1000000 |
Color Harmonies of #EB5C9C
Complementary color
Monochromatic Colors of #EB5C9C
Black with #EB5C9C
Text Example
Text Example
White with #EB5C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB5C9C; }
p { color: rgb(235,92,156); }
H1.HeaderClassName
{
color: #EB5C9C;
}
.AnyTagClassName
{
color: #EB5C9C;
}
</style>
background-color css
<style>
a { background-color: #EB5C9C; }
a { background-color: rgb(235,92,156); }
div.DivClassName
{
background-color: #EB5C9C;
}
.BgClassName
{
background-color: #EB5C9C;
}
</style>
border-color css
<style>
span { border-color: #EB5C9C; }
span { border-color: rgb(235,92,156); }
td.TdClassName
{
border-color: #EB5C9C;
}
.TagClassName
{
border-color: #EB5C9C;
}
</style>