Shades of Razzle Dazzle Rose #EB42D2
Tints of Razzle Dazzle Rose #EB42D2
RGB
CMYK
RGB Variations
Color information
#EB42D2 (or 0xEB42D2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 42 and D2. RGB value is (235,66,210). Sum of RGB (Red+Green+Blue) = 235+66+210=511 (67% of max value = 765). Red value is 235 (92.19% from 255 or 45.99% from 511); Green value is 66 (26.17% from 255 or 12.92% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 235 - color contains mainly: red. Hex color #EB42D2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB42D2 is #14BD2D. Grayscale: #848484. Windows color (decimal): -1359150 or 13779691. OLE color: 13779691.
HSL color Cylindrical-coordinate representation of color #EB42D2: hue angle of 308.88º 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 #EB42D2 is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 66 | 210 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.08 |
| HSL | 308.88º | 0.81% | 0.59% | - |
| HSV(B) | 308.88º | 0.72% | 0.92% | - |
| XYZ | 47.84 | 26.21 | 63.51 | - |
| YUV | 132.95 | 171.49 | 200.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 66 | 210 | 0 | 0.72 | 0.11 | 0.08 | 308.88 | 0.81 | 0.59 |
| Hex | EB | 42 | D2 | 0 | 48 | B | 8 | 135 | 51 | 3B |
| Octal | 353 | 102 | 322 | 0 | 110 | 13 | 10 | 465 | 121 | 73 |
| Binary | 11101011 | 1000010 | 11010010 | 0 | 1001000 | 1011 | 1000 | 100110101 | 1010001 | 111011 |
Color Harmonies of #EB42D2
Complementary color
Monochromatic Colors of #EB42D2
Black with #EB42D2
Text Example
Text Example
White with #EB42D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB42D2; }
p { color: rgb(235,66,210); }
H1.HeaderClassName
{
color: #EB42D2;
}
.AnyTagClassName
{
color: #EB42D2;
}
</style>
background-color css
<style>
a { background-color: #EB42D2; }
a { background-color: rgb(235,66,210); }
div.DivClassName
{
background-color: #EB42D2;
}
.BgClassName
{
background-color: #EB42D2;
}
</style>
border-color css
<style>
span { border-color: #EB42D2; }
span { border-color: rgb(235,66,210); }
td.TdClassName
{
border-color: #EB42D2;
}
.TagClassName
{
border-color: #EB42D2;
}
</style>