Shades of Razzle Dazzle Rose #EB28D0
Tints of Razzle Dazzle Rose #EB28D0
RGB
CMYK
RGB Variations
Color information
#EB28D0 (or 0xEB28D0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 28 and D0. RGB value is (235,40,208). Sum of RGB (Red+Green+Blue) = 235+40+208=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB28D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB28D0 is #14D72F. Grayscale: #747474. Windows color (decimal): -1365808 or 13641963. OLE color: 13641963.
HSL color Cylindrical-coordinate representation of color #EB28D0: hue angle of 308.31º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EB28D0 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 40 | 208 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.08 |
| HSL | 308.31º | 0.83% | 0.54% | - |
| HSV(B) | 308.31º | 0.83% | 0.92% | - |
| XYZ | 46.4 | 23.73 | 61.81 | - |
| YUV | 117.46 | 179.1 | 211.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 40 | 208 | 0 | 0.83 | 0.11 | 0.08 | 308.31 | 0.83 | 0.54 |
| Hex | EB | 28 | D0 | 0 | 53 | B | 8 | 134 | 53 | 36 |
| Octal | 353 | 50 | 320 | 0 | 123 | 13 | 10 | 464 | 123 | 66 |
| Binary | 11101011 | 101000 | 11010000 | 0 | 1010011 | 1011 | 1000 | 100110100 | 1010011 | 110110 |
Color Harmonies of #EB28D0
Complementary color
Monochromatic Colors of #EB28D0
Black with #EB28D0
Text Example
Text Example
White with #EB28D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB28D0; }
p { color: rgb(235,40,208); }
H1.HeaderClassName
{
color: #EB28D0;
}
.AnyTagClassName
{
color: #EB28D0;
}
</style>
background-color css
<style>
a { background-color: #EB28D0; }
a { background-color: rgb(235,40,208); }
div.DivClassName
{
background-color: #EB28D0;
}
.BgClassName
{
background-color: #EB28D0;
}
</style>
border-color css
<style>
span { border-color: #EB28D0; }
span { border-color: rgb(235,40,208); }
td.TdClassName
{
border-color: #EB28D0;
}
.TagClassName
{
border-color: #EB28D0;
}
</style>