Shades of Razzle Dazzle Rose #EB40C0
Tints of Razzle Dazzle Rose #EB40C0
RGB
CMYK
RGB Variations
Color information
#EB40C0 (or 0xEB40C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 40 and C0. RGB value is (235,64,192). Sum of RGB (Red+Green+Blue) = 235+64+192=491 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.86% from 491); Green value is 64 (25.39% from 255 or 13.03% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 235 - color contains mainly: red. Hex color #EB40C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB40C0 is #14BF3F. Grayscale: #818181. Windows color (decimal): -1359680 or 12599531. OLE color: 12599531.
HSL color Cylindrical-coordinate representation of color #EB40C0: hue angle of 315.09º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB40C0 is Cyan = 0, Magento = 0.73, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 64 | 192 | - |
| CMYK | 0 | 0.73 | 0.18 | 0.08 |
| HSL | 315.09º | 0.81% | 0.59% | - |
| HSV(B) | 315.09º | 0.73% | 0.92% | - |
| XYZ | 45.61 | 25.13 | 52.32 | - |
| YUV | 129.72 | 163.15 | 203.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 64 | 192 | 0 | 0.73 | 0.18 | 0.08 | 315.09 | 0.81 | 0.59 |
| Hex | EB | 40 | C0 | 0 | 49 | 12 | 8 | 13B | 51 | 3B |
| Octal | 353 | 100 | 300 | 0 | 111 | 22 | 10 | 473 | 121 | 73 |
| Binary | 11101011 | 1000000 | 11000000 | 0 | 1001001 | 10010 | 1000 | 100111011 | 1010001 | 111011 |
Color Harmonies of #EB40C0
Complementary color
Monochromatic Colors of #EB40C0
Black with #EB40C0
Text Example
Text Example
White with #EB40C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB40C0; }
p { color: rgb(235,64,192); }
H1.HeaderClassName
{
color: #EB40C0;
}
.AnyTagClassName
{
color: #EB40C0;
}
</style>
background-color css
<style>
a { background-color: #EB40C0; }
a { background-color: rgb(235,64,192); }
div.DivClassName
{
background-color: #EB40C0;
}
.BgClassName
{
background-color: #EB40C0;
}
</style>
border-color css
<style>
span { border-color: #EB40C0; }
span { border-color: rgb(235,64,192); }
td.TdClassName
{
border-color: #EB40C0;
}
.TagClassName
{
border-color: #EB40C0;
}
</style>