Shades of Razzle Dazzle Rose #E83DD6
Tints of Razzle Dazzle Rose #E83DD6
RGB
CMYK
RGB Variations
Color information
#E83DD6 (or 0xE83DD6) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3D and D6. RGB value is (232,61,214). Sum of RGB (Red+Green+Blue) = 232+61+214=507 (67% of max value = 765). Red value is 232 (91.02% from 255 or 45.76% from 507); Green value is 61 (24.22% from 255 or 12.03% from 507); Blue value is 214 (83.98% from 255 or 42.21% from 507); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DD6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DD6 is #17C229. Grayscale: #818181. Windows color (decimal): -1557034 or 14040552. OLE color: 14040552.
HSL color Cylindrical-coordinate representation of color #E83DD6: hue angle of 306.32º 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 #E83DD6 is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 214 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.09 |
| HSL | 306.32º | 0.79% | 0.57% | - |
| HSV(B) | 306.32º | 0.74% | 0.91% | - |
| XYZ | 47.09 | 25.35 | 66.03 | - |
| YUV | 129.57 | 175.65 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 214 | 0 | 0.74 | 0.08 | 0.09 | 306.32 | 0.79 | 0.57 |
| Hex | E8 | 3D | D6 | 0 | 4A | 8 | 9 | 132 | 4F | 39 |
| Octal | 350 | 75 | 326 | 0 | 112 | 10 | 11 | 462 | 117 | 71 |
| Binary | 11101000 | 111101 | 11010110 | 0 | 1001010 | 1000 | 1001 | 100110010 | 1001111 | 111001 |
Color Harmonies of #E83DD6
Complementary color
Monochromatic Colors of #E83DD6
Black with #E83DD6
Text Example
Text Example
White with #E83DD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DD6; }
p { color: rgb(232,61,214); }
H1.HeaderClassName
{
color: #E83DD6;
}
.AnyTagClassName
{
color: #E83DD6;
}
</style>
background-color css
<style>
a { background-color: #E83DD6; }
a { background-color: rgb(232,61,214); }
div.DivClassName
{
background-color: #E83DD6;
}
.BgClassName
{
background-color: #E83DD6;
}
</style>
border-color css
<style>
span { border-color: #E83DD6; }
span { border-color: rgb(232,61,214); }
td.TdClassName
{
border-color: #E83DD6;
}
.TagClassName
{
border-color: #E83DD6;
}
</style>