Shades of Razzle Dazzle Rose #E83BD3
Tints of Razzle Dazzle Rose #E83BD3
RGB
CMYK
RGB Variations
Color information
#E83BD3 (or 0xE83BD3) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3B and D3. RGB value is (232,59,211). Sum of RGB (Red+Green+Blue) = 232+59+211=502 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.22% from 502); Green value is 59 (23.44% from 255 or 11.75% from 502); Blue value is 211 (82.81% from 255 or 42.03% from 502); Max value from RGB is 232 - color contains mainly: red. Hex color #E83BD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83BD3 is #17C42C. Grayscale: #7F7F7F. Windows color (decimal): -1557549 or 13843432. OLE color: 13843432.
HSL color Cylindrical-coordinate representation of color #E83BD3: hue angle of 307.28º 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 #E83BD3 is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 59 | 211 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.09 |
| HSL | 307.28º | 0.79% | 0.57% | - |
| HSV(B) | 307.28º | 0.75% | 0.91% | - |
| XYZ | 46.6 | 24.99 | 63.99 | - |
| YUV | 128.06 | 174.81 | 202.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 59 | 211 | 0 | 0.75 | 0.09 | 0.09 | 307.28 | 0.79 | 0.57 |
| Hex | E8 | 3B | D3 | 0 | 4B | 9 | 9 | 133 | 4F | 39 |
| Octal | 350 | 73 | 323 | 0 | 113 | 11 | 11 | 463 | 117 | 71 |
| Binary | 11101000 | 111011 | 11010011 | 0 | 1001011 | 1001 | 1001 | 100110011 | 1001111 | 111001 |
Color Harmonies of #E83BD3
Complementary color
Monochromatic Colors of #E83BD3
Black with #E83BD3
Text Example
Text Example
White with #E83BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83BD3; }
p { color: rgb(232,59,211); }
H1.HeaderClassName
{
color: #E83BD3;
}
.AnyTagClassName
{
color: #E83BD3;
}
</style>
background-color css
<style>
a { background-color: #E83BD3; }
a { background-color: rgb(232,59,211); }
div.DivClassName
{
background-color: #E83BD3;
}
.BgClassName
{
background-color: #E83BD3;
}
</style>
border-color css
<style>
span { border-color: #E83BD3; }
span { border-color: rgb(232,59,211); }
td.TdClassName
{
border-color: #E83BD3;
}
.TagClassName
{
border-color: #E83BD3;
}
</style>