Shades of Razzle Dazzle Rose #E83DBC
Tints of Razzle Dazzle Rose #E83DBC
RGB
CMYK
RGB Variations
Color information
#E83DBC (or 0xE83DBC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3D and BC. RGB value is (232,61,188). Sum of RGB (Red+Green+Blue) = 232+61+188=481 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.23% from 481); Green value is 61 (24.22% from 255 or 12.68% from 481); Blue value is 188 (73.83% from 255 or 39.09% from 481); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DBC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DBC is #17C243. Grayscale: #7E7E7E. Windows color (decimal): -1557060 or 12336616. OLE color: 12336616.
HSL color Cylindrical-coordinate representation of color #E83DBC: hue angle of 315.44º degrees, saturation: 0.79, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E83DBC is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 188 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.09 |
| HSL | 315.44º | 0.79% | 0.57% | - |
| HSV(B) | 315.44º | 0.74% | 0.91% | - |
| XYZ | 44.02 | 24.12 | 49.91 | - |
| YUV | 126.61 | 162.65 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 188 | 0 | 0.74 | 0.19 | 0.09 | 315.44 | 0.79 | 0.57 |
| Hex | E8 | 3D | BC | 0 | 4A | 13 | 9 | 13B | 4F | 39 |
| Octal | 350 | 75 | 274 | 0 | 112 | 23 | 11 | 473 | 117 | 71 |
| Binary | 11101000 | 111101 | 10111100 | 0 | 1001010 | 10011 | 1001 | 100111011 | 1001111 | 111001 |
Color Harmonies of #E83DBC
Complementary color
Monochromatic Colors of #E83DBC
Black with #E83DBC
Text Example
Text Example
White with #E83DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DBC; }
p { color: rgb(232,61,188); }
H1.HeaderClassName
{
color: #E83DBC;
}
.AnyTagClassName
{
color: #E83DBC;
}
</style>
background-color css
<style>
a { background-color: #E83DBC; }
a { background-color: rgb(232,61,188); }
div.DivClassName
{
background-color: #E83DBC;
}
.BgClassName
{
background-color: #E83DBC;
}
</style>
border-color css
<style>
span { border-color: #E83DBC; }
span { border-color: rgb(232,61,188); }
td.TdClassName
{
border-color: #E83DBC;
}
.TagClassName
{
border-color: #E83DBC;
}
</style>