Shades of Razzle Dazzle Rose #EB2ACB
Tints of Razzle Dazzle Rose #EB2ACB
RGB
CMYK
RGB Variations
Color information
#EB2ACB (or 0xEB2ACB) is known color: Razzle Dazzle Rose. HEX triplet: EB, 2A and CB. RGB value is (235,42,203). Sum of RGB (Red+Green+Blue) = 235+42+203=480 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.96% from 480); Green value is 42 (16.80% from 255 or 8.75% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2ACB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB2ACB is #14D534. Grayscale: #757575. Windows color (decimal): -1365301 or 13314795. OLE color: 13314795.
HSL color Cylindrical-coordinate representation of color #EB2ACB: hue angle of 309.95º 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 #EB2ACB is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 42 | 203 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.08 |
| HSL | 309.95º | 0.83% | 0.54% | - |
| HSV(B) | 309.95º | 0.82% | 0.92% | - |
| XYZ | 45.87 | 23.63 | 58.64 | - |
| YUV | 118.06 | 175.94 | 211.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 42 | 203 | 0 | 0.82 | 0.14 | 0.08 | 309.95 | 0.83 | 0.54 |
| Hex | EB | 2A | CB | 0 | 52 | E | 8 | 136 | 53 | 36 |
| Octal | 353 | 52 | 313 | 0 | 122 | 16 | 10 | 466 | 123 | 66 |
| Binary | 11101011 | 101010 | 11001011 | 0 | 1010010 | 1110 | 1000 | 100110110 | 1010011 | 110110 |
Color Harmonies of #EB2ACB
Complementary color
Monochromatic Colors of #EB2ACB
Black with #EB2ACB
Text Example
Text Example
White with #EB2ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB2ACB; }
p { color: rgb(235,42,203); }
H1.HeaderClassName
{
color: #EB2ACB;
}
.AnyTagClassName
{
color: #EB2ACB;
}
</style>
background-color css
<style>
a { background-color: #EB2ACB; }
a { background-color: rgb(235,42,203); }
div.DivClassName
{
background-color: #EB2ACB;
}
.BgClassName
{
background-color: #EB2ACB;
}
</style>
border-color css
<style>
span { border-color: #EB2ACB; }
span { border-color: rgb(235,42,203); }
td.TdClassName
{
border-color: #EB2ACB;
}
.TagClassName
{
border-color: #EB2ACB;
}
</style>