Shades of Razzle Dazzle Rose #E942BC
Tints of Razzle Dazzle Rose #E942BC
RGB
CMYK
RGB Variations
Color information
#E942BC (or 0xE942BC) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and BC. RGB value is (233,66,188). Sum of RGB (Red+Green+Blue) = 233+66+188=487 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.84% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 188 (73.83% from 255 or 38.60% from 487); Max value from RGB is 233 - color contains mainly: red. Hex color #E942BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942BC is #16BD43. Grayscale: #818181. Windows color (decimal): -1490244 or 12337897. OLE color: 12337897.
HSL color Cylindrical-coordinate representation of color #E942BC: hue angle of 316.17º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E942BC is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 188 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.09 |
| HSL | 316.17º | 0.79% | 0.59% | - |
| HSV(B) | 316.17º | 0.72% | 0.91% | - |
| XYZ | 44.63 | 24.85 | 50.02 | - |
| YUV | 129.84 | 160.83 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 188 | 0 | 0.72 | 0.19 | 0.09 | 316.17 | 0.79 | 0.59 |
| Hex | E9 | 42 | BC | 0 | 48 | 13 | 9 | 13C | 4F | 3B |
| Octal | 351 | 102 | 274 | 0 | 110 | 23 | 11 | 474 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10111100 | 0 | 1001000 | 10011 | 1001 | 100111100 | 1001111 | 111011 |
Color Harmonies of #E942BC
Complementary color
Monochromatic Colors of #E942BC
Black with #E942BC
Text Example
Text Example
White with #E942BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942BC; }
p { color: rgb(233,66,188); }
H1.HeaderClassName
{
color: #E942BC;
}
.AnyTagClassName
{
color: #E942BC;
}
</style>
background-color css
<style>
a { background-color: #E942BC; }
a { background-color: rgb(233,66,188); }
div.DivClassName
{
background-color: #E942BC;
}
.BgClassName
{
background-color: #E942BC;
}
</style>
border-color css
<style>
span { border-color: #E942BC; }
span { border-color: rgb(233,66,188); }
td.TdClassName
{
border-color: #E942BC;
}
.TagClassName
{
border-color: #E942BC;
}
</style>