Shades of Razzle Dazzle Rose #EB48C2
Tints of Razzle Dazzle Rose #EB48C2
RGB
CMYK
RGB Variations
Color information
#EB48C2 (or 0xEB48C2) is known color: Razzle Dazzle Rose. HEX triplet: EB, 48 and C2. RGB value is (235,72,194). Sum of RGB (Red+Green+Blue) = 235+72+194=501 (66% of max value = 765). Red value is 235 (92.19% from 255 or 46.91% from 501); Green value is 72 (28.52% from 255 or 14.37% from 501); Blue value is 194 (76.17% from 255 or 38.72% from 501); Max value from RGB is 235 - color contains mainly: red. Hex color #EB48C2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB48C2 is #14B73D. Grayscale: #868686. Windows color (decimal): -1357630 or 12732651. OLE color: 12732651.
HSL color Cylindrical-coordinate representation of color #EB48C2: hue angle of 315.09º degrees, saturation: 0.8, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EB48C2 is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 72 | 194 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.08 |
| HSL | 315.09º | 0.8% | 0.6% | - |
| HSV(B) | 315.09º | 0.69% | 0.92% | - |
| XYZ | 46.32 | 26.19 | 53.65 | - |
| YUV | 134.65 | 161.5 | 199.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 72 | 194 | 0 | 0.69 | 0.17 | 0.08 | 315.09 | 0.8 | 0.6 |
| Hex | EB | 48 | C2 | 0 | 45 | 11 | 8 | 13B | 50 | 3C |
| Octal | 353 | 110 | 302 | 0 | 105 | 21 | 10 | 473 | 120 | 74 |
| Binary | 11101011 | 1001000 | 11000010 | 0 | 1000101 | 10001 | 1000 | 100111011 | 1010000 | 111100 |
Color Harmonies of #EB48C2
Complementary color
Monochromatic Colors of #EB48C2
Black with #EB48C2
Text Example
Text Example
White with #EB48C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB48C2; }
p { color: rgb(235,72,194); }
H1.HeaderClassName
{
color: #EB48C2;
}
.AnyTagClassName
{
color: #EB48C2;
}
</style>
background-color css
<style>
a { background-color: #EB48C2; }
a { background-color: rgb(235,72,194); }
div.DivClassName
{
background-color: #EB48C2;
}
.BgClassName
{
background-color: #EB48C2;
}
</style>
border-color css
<style>
span { border-color: #EB48C2; }
span { border-color: rgb(235,72,194); }
td.TdClassName
{
border-color: #EB48C2;
}
.TagClassName
{
border-color: #EB48C2;
}
</style>