Shades of Razzle Dazzle Rose #E942C4
Tints of Razzle Dazzle Rose #E942C4
RGB
CMYK
RGB Variations
Color information
#E942C4 (or 0xE942C4) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and C4. RGB value is (233,66,196). Sum of RGB (Red+Green+Blue) = 233+66+196=495 (65% of max value = 765). Red value is 233 (91.41% from 255 or 47.07% from 495); Green value is 66 (26.17% from 255 or 13.33% from 495); Blue value is 196 (76.95% from 255 or 39.60% from 495); Max value from RGB is 233 - color contains mainly: red. Hex color #E942C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942C4 is #16BD3B. Grayscale: #828282. Windows color (decimal): -1490236 or 12862185. OLE color: 12862185.
HSL color Cylindrical-coordinate representation of color #E942C4: hue angle of 313.29º 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 #E942C4 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 196 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.09 |
| HSL | 313.29º | 0.79% | 0.59% | - |
| HSV(B) | 313.29º | 0.72% | 0.91% | - |
| XYZ | 45.52 | 25.21 | 54.69 | - |
| YUV | 130.75 | 164.83 | 200.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 196 | 0 | 0.72 | 0.16 | 0.09 | 313.29 | 0.79 | 0.59 |
| Hex | E9 | 42 | C4 | 0 | 48 | 10 | 9 | 139 | 4F | 3B |
| Octal | 351 | 102 | 304 | 0 | 110 | 20 | 11 | 471 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11000100 | 0 | 1001000 | 10000 | 1001 | 100111001 | 1001111 | 111011 |
Color Harmonies of #E942C4
Complementary color
Monochromatic Colors of #E942C4
Black with #E942C4
Text Example
Text Example
White with #E942C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942C4; }
p { color: rgb(233,66,196); }
H1.HeaderClassName
{
color: #E942C4;
}
.AnyTagClassName
{
color: #E942C4;
}
</style>
background-color css
<style>
a { background-color: #E942C4; }
a { background-color: rgb(233,66,196); }
div.DivClassName
{
background-color: #E942C4;
}
.BgClassName
{
background-color: #E942C4;
}
</style>
border-color css
<style>
span { border-color: #E942C4; }
span { border-color: rgb(233,66,196); }
td.TdClassName
{
border-color: #E942C4;
}
.TagClassName
{
border-color: #E942C4;
}
</style>