Shades of Razzle Dazzle Rose #E83DCE
Tints of Razzle Dazzle Rose #E83DCE
RGB
CMYK
RGB Variations
Color information
#E83DCE (or 0xE83DCE) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3D and CE. RGB value is (232,61,206). Sum of RGB (Red+Green+Blue) = 232+61+206=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 61 (24.22% from 255 or 12.22% from 499); Blue value is 206 (80.86% from 255 or 41.28% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DCE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DCE is #17C231. Grayscale: #808080. Windows color (decimal): -1557042 or 13516264. OLE color: 13516264.
HSL color Cylindrical-coordinate representation of color #E83DCE: hue angle of 309.12º 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 #E83DCE is Cyan = 0, Magento = 0.74, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 206 | - |
| CMYK | 0 | 0.74 | 0.11 | 0.09 |
| HSL | 309.12º | 0.79% | 0.57% | - |
| HSV(B) | 309.12º | 0.74% | 0.91% | - |
| XYZ | 46.09 | 24.95 | 60.78 | - |
| YUV | 128.66 | 171.65 | 201.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 206 | 0 | 0.74 | 0.11 | 0.09 | 309.12 | 0.79 | 0.57 |
| Hex | E8 | 3D | CE | 0 | 4A | B | 9 | 135 | 4F | 39 |
| Octal | 350 | 75 | 316 | 0 | 112 | 13 | 11 | 465 | 117 | 71 |
| Binary | 11101000 | 111101 | 11001110 | 0 | 1001010 | 1011 | 1001 | 100110101 | 1001111 | 111001 |
Color Harmonies of #E83DCE
Complementary color
Monochromatic Colors of #E83DCE
Black with #E83DCE
Text Example
Text Example
White with #E83DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DCE; }
p { color: rgb(232,61,206); }
H1.HeaderClassName
{
color: #E83DCE;
}
.AnyTagClassName
{
color: #E83DCE;
}
</style>
background-color css
<style>
a { background-color: #E83DCE; }
a { background-color: rgb(232,61,206); }
div.DivClassName
{
background-color: #E83DCE;
}
.BgClassName
{
background-color: #E83DCE;
}
</style>
border-color css
<style>
span { border-color: #E83DCE; }
span { border-color: rgb(232,61,206); }
td.TdClassName
{
border-color: #E83DCE;
}
.TagClassName
{
border-color: #E83DCE;
}
</style>