Shades of Razzle Dazzle Rose #EB2ECB
Tints of Razzle Dazzle Rose #EB2ECB
RGB
CMYK
RGB Variations
Color information
#EB2ECB (or 0xEB2ECB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2E and CB. RGB value is (235,46,203). Sum of RGB (Red+Green+Blue) = 235+46+203=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 46 (18.36% from 255 or 9.50% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ECB is #14D134. Grayscale: #777777. Windows color (decimal): -1364277 or 13315819. OLE color: 13315819.
HSL color Cylindrical-coordinate representation of color #EB2ECB: hue angle of 310.16º 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 #EB2ECB is Cyan = 0, Magento = 0.80, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 46 | 203 | - |
| CMYK | 0 | 0.80 | 0.14 | 0.08 |
| HSL | 310.16º | 0.83% | 0.55% | - |
| HSV(B) | 310.16º | 0.8% | 0.92% | - |
| XYZ | 46.02 | 23.93 | 58.69 | - |
| YUV | 120.41 | 174.62 | 209.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 46 | 203 | 0 | 0.80 | 0.14 | 0.08 | 310.16 | 0.83 | 0.55 |
| Hex | EB | 2E | CB | 0 | 50 | E | 8 | 136 | 53 | 37 |
| Octal | 353 | 56 | 313 | 0 | 120 | 16 | 10 | 466 | 123 | 67 |
| Binary | 11101011 | 101110 | 11001011 | 0 | 1010000 | 1110 | 1000 | 100110110 | 1010011 | 110111 |
Color Harmonies of #EB2ECB
Complementary color
Monochromatic Colors of #EB2ECB
Black with #EB2ECB
Text Example
Text Example
White with #EB2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2ECB; }
p { color: rgb(235,46,203); }
H1.HeaderClassName
{
color: #EB2ECB;
}
.AnyTagClassName
{
color: #EB2ECB;
}
</style>
background-color css
<style>
a { background-color: #EB2ECB; }
a { background-color: rgb(235,46,203); }
div.DivClassName
{
background-color: #EB2ECB;
}
.BgClassName
{
background-color: #EB2ECB;
}
</style>
border-color css
<style>
span { border-color: #EB2ECB; }
span { border-color: rgb(235,46,203); }
td.TdClassName
{
border-color: #EB2ECB;
}
.TagClassName
{
border-color: #EB2ECB;
}
</style>