Shades of Razzle Dazzle Rose #E942BD
Tints of Razzle Dazzle Rose #E942BD
RGB
CMYK
RGB Variations
Color information
#E942BD (or 0xE942BD) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and BD. RGB value is (233,66,189). Sum of RGB (Red+Green+Blue) = 233+66+189=488 (64% of max value = 765). Red value is 233 (91.41% from 255 or 47.75% from 488); Green value is 66 (26.17% from 255 or 13.52% from 488); Blue value is 189 (74.22% from 255 or 38.73% from 488); Max value from RGB is 233 - color contains mainly: red. Hex color #E942BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942BD is #16BD42. Grayscale: #818181. Windows color (decimal): -1490243 or 12403433. OLE color: 12403433.
HSL color Cylindrical-coordinate representation of color #E942BD: hue angle of 315.81º 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 #E942BD is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 189 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.09 |
| HSL | 315.81º | 0.79% | 0.59% | - |
| HSV(B) | 315.81º | 0.72% | 0.91% | - |
| XYZ | 44.74 | 24.89 | 50.59 | - |
| YUV | 129.96 | 161.33 | 201.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 189 | 0 | 0.72 | 0.19 | 0.09 | 315.81 | 0.79 | 0.59 |
| Hex | E9 | 42 | BD | 0 | 48 | 13 | 9 | 13C | 4F | 3B |
| Octal | 351 | 102 | 275 | 0 | 110 | 23 | 11 | 474 | 117 | 73 |
| Binary | 11101001 | 1000010 | 10111101 | 0 | 1001000 | 10011 | 1001 | 100111100 | 1001111 | 111011 |
Color Harmonies of #E942BD
Complementary color
Monochromatic Colors of #E942BD
Black with #E942BD
Text Example
Text Example
White with #E942BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942BD; }
p { color: rgb(233,66,189); }
H1.HeaderClassName
{
color: #E942BD;
}
.AnyTagClassName
{
color: #E942BD;
}
</style>
background-color css
<style>
a { background-color: #E942BD; }
a { background-color: rgb(233,66,189); }
div.DivClassName
{
background-color: #E942BD;
}
.BgClassName
{
background-color: #E942BD;
}
</style>
border-color css
<style>
span { border-color: #E942BD; }
span { border-color: rgb(233,66,189); }
td.TdClassName
{
border-color: #E942BD;
}
.TagClassName
{
border-color: #E942BD;
}
</style>