Shades of Razzle Dazzle Rose #EB45C0
Tints of Razzle Dazzle Rose #EB45C0
RGB
CMYK
RGB Variations
Color information
#EB45C0 (or 0xEB45C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 45 and C0. RGB value is (235,69,192). Sum of RGB (Red+Green+Blue) = 235+69+192=496 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.38% from 496); Green value is 69 (27.34% from 255 or 13.91% from 496); Blue value is 192 (75.39% from 255 or 38.71% from 496); Max value from RGB is 235 - color contains mainly: red. Hex color #EB45C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB45C0 is #14BA3F. Grayscale: #848484. Windows color (decimal): -1358400 or 12600811. OLE color: 12600811.
HSL color Cylindrical-coordinate representation of color #EB45C0: hue angle of 315.54º degrees, saturation: 0.81, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EB45C0 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 69 | 192 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.08 |
| HSL | 315.54º | 0.81% | 0.6% | - |
| HSV(B) | 315.54º | 0.71% | 0.92% | - |
| XYZ | 45.9 | 25.72 | 52.42 | - |
| YUV | 132.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 69 | 192 | 0 | 0.71 | 0.18 | 0.08 | 315.54 | 0.81 | 0.6 |
| Hex | EB | 45 | C0 | 0 | 47 | 12 | 8 | 13C | 51 | 3C |
| Octal | 353 | 105 | 300 | 0 | 107 | 22 | 10 | 474 | 121 | 74 |
| Binary | 11101011 | 1000101 | 11000000 | 0 | 1000111 | 10010 | 1000 | 100111100 | 1010001 | 111100 |
Color Harmonies of #EB45C0
Complementary color
Monochromatic Colors of #EB45C0
Black with #EB45C0
Text Example
Text Example
White with #EB45C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB45C0; }
p { color: rgb(235,69,192); }
H1.HeaderClassName
{
color: #EB45C0;
}
.AnyTagClassName
{
color: #EB45C0;
}
</style>
background-color css
<style>
a { background-color: #EB45C0; }
a { background-color: rgb(235,69,192); }
div.DivClassName
{
background-color: #EB45C0;
}
.BgClassName
{
background-color: #EB45C0;
}
</style>
border-color css
<style>
span { border-color: #EB45C0; }
span { border-color: rgb(235,69,192); }
td.TdClassName
{
border-color: #EB45C0;
}
.TagClassName
{
border-color: #EB45C0;
}
</style>