Shades of Razzle Dazzle Rose #EB30C8
Tints of Razzle Dazzle Rose #EB30C8
RGB
CMYK
RGB Variations
Color information
#EB30C8 (or 0xEB30C8) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and C8. RGB value is (235,48,200). Sum of RGB (Red+Green+Blue) = 235+48+200=483 (63% of max value = 765). Red value is 235 (92.19% from 255 or 48.65% from 483); Green value is 48 (19.14% from 255 or 9.94% from 483); Blue value is 200 (78.52% from 255 or 41.41% from 483); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30C8 is #14CF37. Grayscale: #787878. Windows color (decimal): -1363768 or 13119723. OLE color: 13119723.
HSL color Cylindrical-coordinate representation of color #EB30C8: hue angle of 311.23º degrees, saturation: 0.82, 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 #EB30C8 is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 48 | 200 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.08 |
| HSL | 311.23º | 0.82% | 0.55% | - |
| HSV(B) | 311.23º | 0.8% | 0.92% | - |
| XYZ | 45.74 | 23.95 | 56.85 | - |
| YUV | 121.24 | 172.45 | 209.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 48 | 200 | 0 | 0.80 | 0.15 | 0.08 | 311.23 | 0.82 | 0.55 |
| Hex | EB | 30 | C8 | 0 | 50 | F | 8 | 137 | 52 | 37 |
| Octal | 353 | 60 | 310 | 0 | 120 | 17 | 10 | 467 | 122 | 67 |
| Binary | 11101011 | 110000 | 11001000 | 0 | 1010000 | 1111 | 1000 | 100110111 | 1010010 | 110111 |
Color Harmonies of #EB30C8
Complementary color
Monochromatic Colors of #EB30C8
Black with #EB30C8
Text Example
Text Example
White with #EB30C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB30C8; }
p { color: rgb(235,48,200); }
H1.HeaderClassName
{
color: #EB30C8;
}
.AnyTagClassName
{
color: #EB30C8;
}
</style>
background-color css
<style>
a { background-color: #EB30C8; }
a { background-color: rgb(235,48,200); }
div.DivClassName
{
background-color: #EB30C8;
}
.BgClassName
{
background-color: #EB30C8;
}
</style>
border-color css
<style>
span { border-color: #EB30C8; }
span { border-color: rgb(235,48,200); }
td.TdClassName
{
border-color: #EB30C8;
}
.TagClassName
{
border-color: #EB30C8;
}
</style>