Shades of Razzle Dazzle Rose #EB26D3
Tints of Razzle Dazzle Rose #EB26D3
RGB
CMYK
RGB Variations
Color information
#EB26D3 (or 0xEB26D3) is known color: Razzle Dazzle Rose. HEX triplet: EB, 26 and D3. RGB value is (235,38,211). Sum of RGB (Red+Green+Blue) = 235+38+211=484 (64% of max value = 765). Red value is 235 (92.19% from 255 or 48.55% from 484); Green value is 38 (15.23% from 255 or 7.85% from 484); Blue value is 211 (82.81% from 255 or 43.60% from 484); Max value from RGB is 235 - color contains mainly: red. Hex color #EB26D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EB26D3 is #14D92C. Grayscale: #747474. Windows color (decimal): -1366317 or 13838059. OLE color: 13838059.
HSL color Cylindrical-coordinate representation of color #EB26D3: hue angle of 307.31º 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 #EB26D3 is Cyan = 0, Magento = 0.84, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 235 | 38 | 211 | - |
| CMYK | 0 | 0.84 | 0.10 | 0.08 |
| HSL | 307.31º | 0.83% | 0.54% | - |
| HSV(B) | 307.31º | 0.84% | 0.92% | - |
| XYZ | 46.71 | 23.75 | 63.75 | - |
| YUV | 116.63 | 181.27 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 235 | 38 | 211 | 0 | 0.84 | 0.10 | 0.08 | 307.31 | 0.83 | 0.54 |
| Hex | EB | 26 | D3 | 0 | 54 | A | 8 | 133 | 53 | 36 |
| Octal | 353 | 46 | 323 | 0 | 124 | 12 | 10 | 463 | 123 | 66 |
| Binary | 11101011 | 100110 | 11010011 | 0 | 1010100 | 1010 | 1000 | 100110011 | 1010011 | 110110 |
Color Harmonies of #EB26D3
Complementary color
Monochromatic Colors of #EB26D3
Black with #EB26D3
Text Example
Text Example
White with #EB26D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EB26D3; }
p { color: rgb(235,38,211); }
H1.HeaderClassName
{
color: #EB26D3;
}
.AnyTagClassName
{
color: #EB26D3;
}
</style>
background-color css
<style>
a { background-color: #EB26D3; }
a { background-color: rgb(235,38,211); }
div.DivClassName
{
background-color: #EB26D3;
}
.BgClassName
{
background-color: #EB26D3;
}
</style>
border-color css
<style>
span { border-color: #EB26D3; }
span { border-color: rgb(235,38,211); }
td.TdClassName
{
border-color: #EB26D3;
}
.TagClassName
{
border-color: #EB26D3;
}
</style>