Shades of Razzle Dazzle Rose #E33DCB
Tints of Razzle Dazzle Rose #E33DCB
RGB
CMYK
RGB Variations
Color information
#E33DCB (or 0xE33DCB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 3D and CB. RGB value is (227,61,203). Sum of RGB (Red+Green+Blue) = 227+61+203=491 (65% of max value = 765). Red value is 227 (89.06% from 255 or 46.23% from 491); Green value is 61 (24.22% from 255 or 12.42% from 491); Blue value is 203 (79.69% from 255 or 41.34% from 491); Max value from RGB is 227 - color contains mainly: red. Hex color #E33DCB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E33DCB is #1CC234. Grayscale: #7E7E7E. Windows color (decimal): -1884725 or 13319651. OLE color: 13319651.
HSL color Cylindrical-coordinate representation of color #E33DCB: hue angle of 308.67º 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 #E33DCB is Cyan = 0, Magento = 0.73, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 61 | 203 | - |
| CMYK | 0 | 0.73 | 0.11 | 0.11 |
| HSL | 308.67º | 0.75% | 0.56% | - |
| HSV(B) | 308.67º | 0.73% | 0.89% | - |
| XYZ | 44.13 | 23.98 | 58.8 | - |
| YUV | 126.82 | 171 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 61 | 203 | 0 | 0.73 | 0.11 | 0.11 | 308.67 | 0.75 | 0.56 |
| Hex | E3 | 3D | CB | 0 | 49 | B | B | 135 | 4B | 38 |
| Octal | 343 | 75 | 313 | 0 | 111 | 13 | 13 | 465 | 113 | 70 |
| Binary | 11100011 | 111101 | 11001011 | 0 | 1001001 | 1011 | 1011 | 100110101 | 1001011 | 111000 |
Color Harmonies of #E33DCB
Complementary color
Monochromatic Colors of #E33DCB
Black with #E33DCB
Text Example
Text Example
White with #E33DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E33DCB; }
p { color: rgb(227,61,203); }
H1.HeaderClassName
{
color: #E33DCB;
}
.AnyTagClassName
{
color: #E33DCB;
}
</style>
background-color css
<style>
a { background-color: #E33DCB; }
a { background-color: rgb(227,61,203); }
div.DivClassName
{
background-color: #E33DCB;
}
.BgClassName
{
background-color: #E33DCB;
}
</style>
border-color css
<style>
span { border-color: #E33DCB; }
span { border-color: rgb(227,61,203); }
td.TdClassName
{
border-color: #E33DCB;
}
.TagClassName
{
border-color: #E33DCB;
}
</style>