Shades of Razzle Dazzle Rose #E33DBC
Tints of Razzle Dazzle Rose #E33DBC
RGB
CMYK
RGB Variations
Color information
#E33DBC (or 0xE33DBC) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3D and BC. RGB value is (227,61,188). Sum of RGB (Red+Green+Blue) = 227+61+188=476 (63% of max value = 765). Red value is 227 (89.06% from 255 or 47.69% from 476); Green value is 61 (24.22% from 255 or 12.82% from 476); Blue value is 188 (73.83% from 255 or 39.50% from 476); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33DBC is #1CC243. Grayscale: #7C7C7C. Windows color (decimal): -1884740 or 12336611. OLE color: 12336611.
HSL color Cylindrical-coordinate representation of color #E33DBC: hue angle of 314.1º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E33DBC is Cyan = 0, Magento = 0.73, Yellow = 0.17 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 188 | - |
| CMYK | 0 | 0.73 | 0.17 | 0.11 |
| HSL | 314.1º | 0.75% | 0.56% | - |
| HSV(B) | 314.1º | 0.73% | 0.89% | - |
| XYZ | 42.42 | 23.3 | 49.84 | - |
| YUV | 125.11 | 163.5 | 200.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 188 | 0 | 0.73 | 0.17 | 0.11 | 314.1 | 0.75 | 0.56 |
| Hex | E3 | 3D | BC | 0 | 49 | 11 | B | 13A | 4B | 38 |
| Octal | 343 | 75 | 274 | 0 | 111 | 21 | 13 | 472 | 113 | 70 |
| Binary | 11100011 | 111101 | 10111100 | 0 | 1001001 | 10001 | 1011 | 100111010 | 1001011 | 111000 |
Color Harmonies of #E33DBC
Complementary color
Monochromatic Colors of #E33DBC
Black with #E33DBC
Text Example
Text Example
White with #E33DBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33DBC; }
p { color: rgb(227,61,188); }
H1.HeaderClassName
{
color: #E33DBC;
}
.AnyTagClassName
{
color: #E33DBC;
}
</style>
background-color css
<style>
a { background-color: #E33DBC; }
a { background-color: rgb(227,61,188); }
div.DivClassName
{
background-color: #E33DBC;
}
.BgClassName
{
background-color: #E33DBC;
}
</style>
border-color css
<style>
span { border-color: #E33DBC; }
span { border-color: rgb(227,61,188); }
td.TdClassName
{
border-color: #E33DBC;
}
.TagClassName
{
border-color: #E33DBC;
}
</style>