Shades of Razzle Dazzle Rose #EB42C0
Tints of Razzle Dazzle Rose #EB42C0
RGB
CMYK
RGB Variations
Color information
#EB42C0 (or 0xEB42C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 42 and C0. RGB value is (235,66,192). Sum of RGB (Red+Green+Blue) = 235+66+192=493 (65% of max value = 765). Red value is 235 (92.19% from 255 or 47.67% from 493); Green value is 66 (26.17% from 255 or 13.39% from 493); Blue value is 192 (75.39% from 255 or 38.95% from 493); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42C0 is #14BD3F. Grayscale: #828282. Windows color (decimal): -1359168 or 12600043. OLE color: 12600043.
HSL color Cylindrical-coordinate representation of color #EB42C0: hue angle of 315.27º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EB42C0 is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 192 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.08 |
| HSL | 315.27º | 0.81% | 0.59% | - |
| HSV(B) | 315.27º | 0.72% | 0.92% | - |
| XYZ | 45.72 | 25.36 | 52.36 | - |
| YUV | 130.9 | 162.49 | 202.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 192 | 0 | 0.72 | 0.18 | 0.08 | 315.27 | 0.81 | 0.59 |
| Hex | EB | 42 | C0 | 0 | 48 | 12 | 8 | 13B | 51 | 3B |
| Octal | 353 | 102 | 300 | 0 | 110 | 22 | 10 | 473 | 121 | 73 |
| Binary | 11101011 | 1000010 | 11000000 | 0 | 1001000 | 10010 | 1000 | 100111011 | 1010001 | 111011 |
Color Harmonies of #EB42C0
Complementary color
Monochromatic Colors of #EB42C0
Black with #EB42C0
Text Example
Text Example
White with #EB42C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB42C0; }
p { color: rgb(235,66,192); }
H1.HeaderClassName
{
color: #EB42C0;
}
.AnyTagClassName
{
color: #EB42C0;
}
</style>
background-color css
<style>
a { background-color: #EB42C0; }
a { background-color: rgb(235,66,192); }
div.DivClassName
{
background-color: #EB42C0;
}
.BgClassName
{
background-color: #EB42C0;
}
</style>
border-color css
<style>
span { border-color: #EB42C0; }
span { border-color: rgb(235,66,192); }
td.TdClassName
{
border-color: #EB42C0;
}
.TagClassName
{
border-color: #EB42C0;
}
</style>