Shades of Razzle Dazzle Rose #E83BD1
Tints of Razzle Dazzle Rose #E83BD1
RGB
CMYK
RGB Variations
Color information
#E83BD1 (or 0xE83BD1) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3B and D1. RGB value is (232,59,209). Sum of RGB (Red+Green+Blue) = 232+59+209=500 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.4% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 209 (82.03% from 255 or 41.8% from 500); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BD1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83BD1 is #17C42E. Grayscale: #7F7F7F. Windows color (decimal): -1557551 or 13712360. OLE color: 13712360.
HSL color Cylindrical-coordinate representation of color #E83BD1: hue angle of 307.98º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E83BD1 is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 209 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.09 |
| HSL | 307.98º | 0.79% | 0.57% | - |
| HSV(B) | 307.98º | 0.75% | 0.91% | - |
| XYZ | 46.35 | 24.89 | 62.68 | - |
| YUV | 127.83 | 173.81 | 202.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 209 | 0 | 0.75 | 0.10 | 0.09 | 307.98 | 0.79 | 0.57 |
| Hex | E8 | 3B | D1 | 0 | 4B | A | 9 | 134 | 4F | 39 |
| Octal | 350 | 73 | 321 | 0 | 113 | 12 | 11 | 464 | 117 | 71 |
| Binary | 11101000 | 111011 | 11010001 | 0 | 1001011 | 1010 | 1001 | 100110100 | 1001111 | 111001 |
Color Harmonies of #E83BD1
Complementary color
Monochromatic Colors of #E83BD1
Black with #E83BD1
Text Example
Text Example
White with #E83BD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BD1; }
p { color: rgb(232,59,209); }
H1.HeaderClassName
{
color: #E83BD1;
}
.AnyTagClassName
{
color: #E83BD1;
}
</style>
background-color css
<style>
a { background-color: #E83BD1; }
a { background-color: rgb(232,59,209); }
div.DivClassName
{
background-color: #E83BD1;
}
.BgClassName
{
background-color: #E83BD1;
}
</style>
border-color css
<style>
span { border-color: #E83BD1; }
span { border-color: rgb(232,59,209); }
td.TdClassName
{
border-color: #E83BD1;
}
.TagClassName
{
border-color: #E83BD1;
}
</style>