Shades of Razzle Dazzle Rose #EB30DF
Tints of Razzle Dazzle Rose #EB30DF
RGB
CMYK
RGB Variations
Color information
#EB30DF (or 0xEB30DF) is known color: Razzle Dazzle Rose. HEX triplet: EB, 30 and DF. RGB value is (235,48,223). Sum of RGB (Red+Green+Blue) = 235+48+223=506 (67% of max value = 765). Red value is 235 (92.19% from 255 or 46.44% from 506); Green value is 48 (19.14% from 255 or 9.49% from 506); Blue value is 223 (87.5% from 255 or 44.07% from 506); Max value from RGB is 235 - color contains mainly: red. Hex color #EB30DF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB30DF is #14CF20. Grayscale: #7B7B7B. Windows color (decimal): -1363745 or 14627051. OLE color: 14627051.
HSL color Cylindrical-coordinate representation of color #EB30DF: hue angle of 303.85º 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 #EB30DF is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 48 | 223 | - |
| CMYK | 0 | 0.80 | 0.05 | 0.08 |
| HSL | 303.85º | 0.82% | 0.55% | - |
| HSV(B) | 303.85º | 0.8% | 0.92% | - |
| XYZ | 48.64 | 25.1 | 72.09 | - |
| YUV | 123.86 | 183.95 | 207.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 48 | 223 | 0 | 0.80 | 0.05 | 0.08 | 303.85 | 0.82 | 0.55 |
| Hex | EB | 30 | DF | 0 | 50 | 5 | 8 | 130 | 52 | 37 |
| Octal | 353 | 60 | 337 | 0 | 120 | 5 | 10 | 460 | 122 | 67 |
| Binary | 11101011 | 110000 | 11011111 | 0 | 1010000 | 101 | 1000 | 100110000 | 1010010 | 110111 |
Color Harmonies of #EB30DF
Complementary color
Monochromatic Colors of #EB30DF
Black with #EB30DF
Text Example
Text Example
White with #EB30DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB30DF; }
p { color: rgb(235,48,223); }
H1.HeaderClassName
{
color: #EB30DF;
}
.AnyTagClassName
{
color: #EB30DF;
}
</style>
background-color css
<style>
a { background-color: #EB30DF; }
a { background-color: rgb(235,48,223); }
div.DivClassName
{
background-color: #EB30DF;
}
.BgClassName
{
background-color: #EB30DF;
}
</style>
border-color css
<style>
span { border-color: #EB30DF; }
span { border-color: rgb(235,48,223); }
td.TdClassName
{
border-color: #EB30DF;
}
.TagClassName
{
border-color: #EB30DF;
}
</style>