Shades of Razzle Dazzle Rose #EB2ACE
Tints of Razzle Dazzle Rose #EB2ACE
RGB
CMYK
RGB Variations
Color information
#EB2ACE (or 0xEB2ACE) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2A and CE. RGB value is (235,42,206). Sum of RGB (Red+Green+Blue) = 235+42+206=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 206 (80.86% from 255 or 42.65% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ACE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ACE is #14D531. Grayscale: #757575. Windows color (decimal): -1365298 or 13511403. OLE color: 13511403.
HSL color Cylindrical-coordinate representation of color #EB2ACE: hue angle of 309.02º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EB2ACE is Cyan = 0, Magento = 0.82, Yellow = 0.12 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 206 | - |
| CMYK | 0 | 0.82 | 0.12 | 0.08 |
| HSL | 309.02º | 0.83% | 0.54% | - |
| HSV(B) | 309.02º | 0.82% | 0.92% | - |
| XYZ | 46.23 | 23.77 | 60.54 | - |
| YUV | 118.4 | 177.44 | 211.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 206 | 0 | 0.82 | 0.12 | 0.08 | 309.02 | 0.83 | 0.54 |
| Hex | EB | 2A | CE | 0 | 52 | C | 8 | 135 | 53 | 36 |
| Octal | 353 | 52 | 316 | 0 | 122 | 14 | 10 | 465 | 123 | 66 |
| Binary | 11101011 | 101010 | 11001110 | 0 | 1010010 | 1100 | 1000 | 100110101 | 1010011 | 110110 |
Color Harmonies of #EB2ACE
Complementary color
Monochromatic Colors of #EB2ACE
Black with #EB2ACE
Text Example
Text Example
White with #EB2ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2ACE; }
p { color: rgb(235,42,206); }
H1.HeaderClassName
{
color: #EB2ACE;
}
.AnyTagClassName
{
color: #EB2ACE;
}
</style>
background-color css
<style>
a { background-color: #EB2ACE; }
a { background-color: rgb(235,42,206); }
div.DivClassName
{
background-color: #EB2ACE;
}
.BgClassName
{
background-color: #EB2ACE;
}
</style>
border-color css
<style>
span { border-color: #EB2ACE; }
span { border-color: rgb(235,42,206); }
td.TdClassName
{
border-color: #EB2ACE;
}
.TagClassName
{
border-color: #EB2ACE;
}
</style>