Shades of Razzle Dazzle Rose #E83DCC
Tints of Razzle Dazzle Rose #E83DCC
RGB
CMYK
RGB Variations
Color information
#E83DCC (or 0xE83DCC) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3D and CC. RGB value is (232,61,204). Sum of RGB (Red+Green+Blue) = 232+61+204=497 (65% of max value = 765). Red value is 232 (91.02% from 255 or 46.68% from 497); Green value is 61 (24.22% from 255 or 12.27% from 497); Blue value is 204 (80.08% from 255 or 41.05% from 497); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DCC is #17C233. Grayscale: #808080. Windows color (decimal): -1557044 or 13385192. OLE color: 13385192.
HSL color Cylindrical-coordinate representation of color #E83DCC: hue angle of 309.82º 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 #E83DCC is Cyan = 0, Magento = 0.74, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 204 | - |
| CMYK | 0 | 0.74 | 0.12 | 0.09 |
| HSL | 309.82º | 0.79% | 0.57% | - |
| HSV(B) | 309.82º | 0.74% | 0.91% | - |
| XYZ | 45.85 | 24.85 | 59.51 | - |
| YUV | 128.43 | 170.65 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 204 | 0 | 0.74 | 0.12 | 0.09 | 309.82 | 0.79 | 0.57 |
| Hex | E8 | 3D | CC | 0 | 4A | C | 9 | 136 | 4F | 39 |
| Octal | 350 | 75 | 314 | 0 | 112 | 14 | 11 | 466 | 117 | 71 |
| Binary | 11101000 | 111101 | 11001100 | 0 | 1001010 | 1100 | 1001 | 100110110 | 1001111 | 111001 |
Color Harmonies of #E83DCC
Complementary color
Monochromatic Colors of #E83DCC
Black with #E83DCC
Text Example
Text Example
White with #E83DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DCC; }
p { color: rgb(232,61,204); }
H1.HeaderClassName
{
color: #E83DCC;
}
.AnyTagClassName
{
color: #E83DCC;
}
</style>
background-color css
<style>
a { background-color: #E83DCC; }
a { background-color: rgb(232,61,204); }
div.DivClassName
{
background-color: #E83DCC;
}
.BgClassName
{
background-color: #E83DCC;
}
</style>
border-color css
<style>
span { border-color: #E83DCC; }
span { border-color: rgb(232,61,204); }
td.TdClassName
{
border-color: #E83DCC;
}
.TagClassName
{
border-color: #E83DCC;
}
</style>