Shades of Razzle Dazzle Rose #EB26C0
Tints of Razzle Dazzle Rose #EB26C0
RGB
CMYK
RGB Variations
Color information
#EB26C0 (or 0xEB26C0) is known color: Razzle Dazzle Rose. HEX triplet: EB, 26 and C0. RGB value is (235,38,192). Sum of RGB (Red+Green+Blue) = 235+38+192=465 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.54% from 465); Green value is 38 (15.23% from 255 or 8.17% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26C0 is #14D93F. Grayscale: #727272. Windows color (decimal): -1366336 or 12592875. OLE color: 12592875.
HSL color Cylindrical-coordinate representation of color #EB26C0: hue angle of 313.1º degrees, saturation: 0.83, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EB26C0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 192 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.08 |
| HSL | 313.1º | 0.83% | 0.54% | - |
| HSV(B) | 313.1º | 0.84% | 0.92% | - |
| XYZ | 44.47 | 22.85 | 51.94 | - |
| YUV | 114.46 | 171.77 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 192 | 0 | 0.84 | 0.18 | 0.08 | 313.1 | 0.83 | 0.54 |
| Hex | EB | 26 | C0 | 0 | 54 | 12 | 8 | 139 | 53 | 36 |
| Octal | 353 | 46 | 300 | 0 | 124 | 22 | 10 | 471 | 123 | 66 |
| Binary | 11101011 | 100110 | 11000000 | 0 | 1010100 | 10010 | 1000 | 100111001 | 1010011 | 110110 |
Color Harmonies of #EB26C0
Complementary color
Monochromatic Colors of #EB26C0
Black with #EB26C0
Text Example
Text Example
White with #EB26C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB26C0; }
p { color: rgb(235,38,192); }
H1.HeaderClassName
{
color: #EB26C0;
}
.AnyTagClassName
{
color: #EB26C0;
}
</style>
background-color css
<style>
a { background-color: #EB26C0; }
a { background-color: rgb(235,38,192); }
div.DivClassName
{
background-color: #EB26C0;
}
.BgClassName
{
background-color: #EB26C0;
}
</style>
border-color css
<style>
span { border-color: #EB26C0; }
span { border-color: rgb(235,38,192); }
td.TdClassName
{
border-color: #EB26C0;
}
.TagClassName
{
border-color: #EB26C0;
}
</style>