Shades of Razzle Dazzle Rose #E942CB
Tints of Razzle Dazzle Rose #E942CB
RGB
CMYK
RGB Variations
Color information
#E942CB (or 0xE942CB) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and CB. RGB value is (233,66,203). Sum of RGB (Red+Green+Blue) = 233+66+203=502 (66% of max value = 765). Red value is 233 (91.41% from 255 or 46.41% from 502); Green value is 66 (26.17% from 255 or 13.15% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 233 - color contains mainly: red. Hex color #E942CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942CB is #16BD34. Grayscale: #838383. Windows color (decimal): -1490229 or 13320937. OLE color: 13320937.
HSL color Cylindrical-coordinate representation of color #E942CB: hue angle of 310.78º 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 #E942CB is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 203 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.09 |
| HSL | 310.78º | 0.79% | 0.59% | - |
| HSV(B) | 310.78º | 0.72% | 0.91% | - |
| XYZ | 46.33 | 25.53 | 58.99 | - |
| YUV | 131.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 203 | 0 | 0.72 | 0.13 | 0.09 | 310.78 | 0.79 | 0.59 |
| Hex | E9 | 42 | CB | 0 | 48 | D | 9 | 137 | 4F | 3B |
| Octal | 351 | 102 | 313 | 0 | 110 | 15 | 11 | 467 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11001011 | 0 | 1001000 | 1101 | 1001 | 100110111 | 1001111 | 111011 |
Color Harmonies of #E942CB
Complementary color
Monochromatic Colors of #E942CB
Black with #E942CB
Text Example
Text Example
White with #E942CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942CB; }
p { color: rgb(233,66,203); }
H1.HeaderClassName
{
color: #E942CB;
}
.AnyTagClassName
{
color: #E942CB;
}
</style>
background-color css
<style>
a { background-color: #E942CB; }
a { background-color: rgb(233,66,203); }
div.DivClassName
{
background-color: #E942CB;
}
.BgClassName
{
background-color: #E942CB;
}
</style>
border-color css
<style>
span { border-color: #E942CB; }
span { border-color: rgb(233,66,203); }
td.TdClassName
{
border-color: #E942CB;
}
.TagClassName
{
border-color: #E942CB;
}
</style>