Shades of Razzle Dazzle Rose #EB2ECC
Tints of Razzle Dazzle Rose #EB2ECC
RGB
CMYK
RGB Variations
Color information
#EB2ECC (or 0xEB2ECC) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and CC. RGB value is (235,46,204). Sum of RGB (Red+Green+Blue) = 235+46+204=485 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.45% from 485); Green value is 46 (18.36% from 255 or 9.48% from 485); Blue value is 204 (80.08% from 255 or 42.06% from 485); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ECC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ECC is #14D133. Grayscale: #787878. Windows color (decimal): -1364276 or 13381355. OLE color: 13381355.
HSL color Cylindrical-coordinate representation of color #EB2ECC: hue angle of 309.84º degrees, saturation: 0.83, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EB2ECC is Cyan = 0, Magento = 0.80, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 204 | - |
| CMYK | 0 | 0.80 | 0.13 | 0.08 |
| HSL | 309.84º | 0.83% | 0.55% | - |
| HSV(B) | 309.84º | 0.8% | 0.92% | - |
| XYZ | 46.14 | 23.98 | 59.32 | - |
| YUV | 120.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 204 | 0 | 0.80 | 0.13 | 0.08 | 309.84 | 0.83 | 0.55 |
| Hex | EB | 2E | CC | 0 | 50 | D | 8 | 136 | 53 | 37 |
| Octal | 353 | 56 | 314 | 0 | 120 | 15 | 10 | 466 | 123 | 67 |
| Binary | 11101011 | 101110 | 11001100 | 0 | 1010000 | 1101 | 1000 | 100110110 | 1010011 | 110111 |
Color Harmonies of #EB2ECC
Complementary color
Monochromatic Colors of #EB2ECC
Black with #EB2ECC
Text Example
Text Example
White with #EB2ECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2ECC; }
p { color: rgb(235,46,204); }
H1.HeaderClassName
{
color: #EB2ECC;
}
.AnyTagClassName
{
color: #EB2ECC;
}
</style>
background-color css
<style>
a { background-color: #EB2ECC; }
a { background-color: rgb(235,46,204); }
div.DivClassName
{
background-color: #EB2ECC;
}
.BgClassName
{
background-color: #EB2ECC;
}
</style>
border-color css
<style>
span { border-color: #EB2ECC; }
span { border-color: rgb(235,46,204); }
td.TdClassName
{
border-color: #EB2ECC;
}
.TagClassName
{
border-color: #EB2ECC;
}
</style>