Shades of Razzle Dazzle Rose #EB4CBA
Tints of Razzle Dazzle Rose #EB4CBA
RGB
CMYK
RGB Variations
Color information
#EB4CBA (or 0xEB4CBA) is known color: Razzle Dazzle Rose. HEX triplet: EB, 4C and BA. RGB value is (235,76,186). Sum of RGB (Red+Green+Blue) = 235+76+186=497 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.28% from 497); Green value is 76 (30.08% from 255 or 15.29% from 497); Blue value is 186 (73.05% from 255 or 37.42% from 497); Max value from RGB is 235 - color contains mainly: red. Hex color #EB4CBA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB4CBA is #14B345. Grayscale: #878787. Windows color (decimal): -1356614 or 12209387. OLE color: 12209387.
HSL color Cylindrical-coordinate representation of color #EB4CBA: hue angle of 318.49º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #EB4CBA is Cyan = 0, Magento = 0.68, Yellow = 0.21 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 76 | 186 | - |
| CMYK | 0 | 0.68 | 0.21 | 0.08 |
| HSL | 318.49º | 0.8% | 0.61% | - |
| HSV(B) | 318.49º | 0.68% | 0.92% | - |
| XYZ | 45.71 | 26.38 | 49.14 | - |
| YUV | 136.08 | 156.18 | 198.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 76 | 186 | 0 | 0.68 | 0.21 | 0.08 | 318.49 | 0.8 | 0.61 |
| Hex | EB | 4C | BA | 0 | 44 | 15 | 8 | 13E | 50 | 3D |
| Octal | 353 | 114 | 272 | 0 | 104 | 25 | 10 | 476 | 120 | 75 |
| Binary | 11101011 | 1001100 | 10111010 | 0 | 1000100 | 10101 | 1000 | 100111110 | 1010000 | 111101 |
Color Harmonies of #EB4CBA
Complementary color
Monochromatic Colors of #EB4CBA
Black with #EB4CBA
Text Example
Text Example
White with #EB4CBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB4CBA; }
p { color: rgb(235,76,186); }
H1.HeaderClassName
{
color: #EB4CBA;
}
.AnyTagClassName
{
color: #EB4CBA;
}
</style>
background-color css
<style>
a { background-color: #EB4CBA; }
a { background-color: rgb(235,76,186); }
div.DivClassName
{
background-color: #EB4CBA;
}
.BgClassName
{
background-color: #EB4CBA;
}
</style>
border-color css
<style>
span { border-color: #EB4CBA; }
span { border-color: rgb(235,76,186); }
td.TdClassName
{
border-color: #EB4CBA;
}
.TagClassName
{
border-color: #EB4CBA;
}
</style>