Shades of Razzle Dazzle Rose #E83DBB
Tints of Razzle Dazzle Rose #E83DBB
RGB
CMYK
RGB Variations
Color information
#E83DBB (or 0xE83DBB) is known color: Razzle Dazzle Rose. HEX triplet: E8, 3D and BB. RGB value is (232,61,187). Sum of RGB (Red+Green+Blue) = 232+61+187=480 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.33% from 480); Green value is 61 (24.22% from 255 or 12.71% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 232 - color contains mainly: red. Hex color #E83DBB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E83DBB is #17C244. Grayscale: #7E7E7E. Windows color (decimal): -1557061 or 12271080. OLE color: 12271080.
HSL color Cylindrical-coordinate representation of color #E83DBB: hue angle of 315.79º 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 #E83DBB is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 61 | 187 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.09 |
| HSL | 315.79º | 0.79% | 0.57% | - |
| HSV(B) | 315.79º | 0.74% | 0.91% | - |
| XYZ | 43.92 | 24.08 | 49.35 | - |
| YUV | 126.49 | 162.15 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 61 | 187 | 0 | 0.74 | 0.19 | 0.09 | 315.79 | 0.79 | 0.57 |
| Hex | E8 | 3D | BB | 0 | 4A | 13 | 9 | 13C | 4F | 39 |
| Octal | 350 | 75 | 273 | 0 | 112 | 23 | 11 | 474 | 117 | 71 |
| Binary | 11101000 | 111101 | 10111011 | 0 | 1001010 | 10011 | 1001 | 100111100 | 1001111 | 111001 |
Color Harmonies of #E83DBB
Complementary color
Monochromatic Colors of #E83DBB
Black with #E83DBB
Text Example
Text Example
White with #E83DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E83DBB; }
p { color: rgb(232,61,187); }
H1.HeaderClassName
{
color: #E83DBB;
}
.AnyTagClassName
{
color: #E83DBB;
}
</style>
background-color css
<style>
a { background-color: #E83DBB; }
a { background-color: rgb(232,61,187); }
div.DivClassName
{
background-color: #E83DBB;
}
.BgClassName
{
background-color: #E83DBB;
}
</style>
border-color css
<style>
span { border-color: #E83DBB; }
span { border-color: rgb(232,61,187); }
td.TdClassName
{
border-color: #E83DBB;
}
.TagClassName
{
border-color: #E83DBB;
}
</style>