Shades of Razzle Dazzle Rose #E935BC
Tints of Razzle Dazzle Rose #E935BC
RGB
CMYK
RGB Variations
Color information
#E935BC (or 0xE935BC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 35 and BC. RGB value is (233,53,188). Sum of RGB (Red+Green+Blue) = 233+53+188=474 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.16% from 474); Green value is 53 (21.09% from 255 or 11.18% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 233 - color contains mainly: red. Hex color #E935BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E935BC is #16CA43. Grayscale: #797979. Windows color (decimal): -1493572 or 12334569. OLE color: 12334569.
HSL color Cylindrical-coordinate representation of color #E935BC: hue angle of 315º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E935BC is Cyan = 0, Magento = 0.77, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 53 | 188 | - |
| CMYK | 0 | 0.77 | 0.19 | 0.09 |
| HSL | 315º | 0.8% | 0.56% | - |
| HSV(B) | 315º | 0.77% | 0.91% | - |
| XYZ | 43.95 | 23.5 | 49.8 | - |
| YUV | 122.21 | 165.13 | 207.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 53 | 188 | 0 | 0.77 | 0.19 | 0.09 | 315 | 0.8 | 0.56 |
| Hex | E9 | 35 | BC | 0 | 4D | 13 | 9 | 13B | 50 | 38 |
| Octal | 351 | 65 | 274 | 0 | 115 | 23 | 11 | 473 | 120 | 70 |
| Binary | 11101001 | 110101 | 10111100 | 0 | 1001101 | 10011 | 1001 | 100111011 | 1010000 | 111000 |
Color Harmonies of #E935BC
Complementary color
Monochromatic Colors of #E935BC
Black with #E935BC
Text Example
Text Example
White with #E935BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E935BC; }
p { color: rgb(233,53,188); }
H1.HeaderClassName
{
color: #E935BC;
}
.AnyTagClassName
{
color: #E935BC;
}
</style>
background-color css
<style>
a { background-color: #E935BC; }
a { background-color: rgb(233,53,188); }
div.DivClassName
{
background-color: #E935BC;
}
.BgClassName
{
background-color: #E935BC;
}
</style>
border-color css
<style>
span { border-color: #E935BC; }
span { border-color: rgb(233,53,188); }
td.TdClassName
{
border-color: #E935BC;
}
.TagClassName
{
border-color: #E935BC;
}
</style>