Shades of Razzle Dazzle Rose #E942CF
Tints of Razzle Dazzle Rose #E942CF
RGB
CMYK
RGB Variations
Color information
#E942CF (or 0xE942CF) is known color: Razzle Dazzle Rose. HEX triplet: E9, 42 and CF. RGB value is (233,66,207). Sum of RGB (Red+Green+Blue) = 233+66+207=506 (67% of max value = 765). Red value is 233 (91.41% from 255 or 46.05% from 506); Green value is 66 (26.17% from 255 or 13.04% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 233 - color contains mainly: red. Hex color #E942CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E942CF is #16BD30. Grayscale: #838383. Windows color (decimal): -1490225 or 13583081. OLE color: 13583081.
HSL color Cylindrical-coordinate representation of color #E942CF: hue angle of 309.34º 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 #E942CF is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 66 | 207 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.09 |
| HSL | 309.34º | 0.79% | 0.59% | - |
| HSV(B) | 309.34º | 0.72% | 0.91% | - |
| XYZ | 46.81 | 25.73 | 61.53 | - |
| YUV | 132.01 | 170.33 | 200.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 66 | 207 | 0 | 0.72 | 0.11 | 0.09 | 309.34 | 0.79 | 0.59 |
| Hex | E9 | 42 | CF | 0 | 48 | B | 9 | 135 | 4F | 3B |
| Octal | 351 | 102 | 317 | 0 | 110 | 13 | 11 | 465 | 117 | 73 |
| Binary | 11101001 | 1000010 | 11001111 | 0 | 1001000 | 1011 | 1001 | 100110101 | 1001111 | 111011 |
Color Harmonies of #E942CF
Complementary color
Monochromatic Colors of #E942CF
Black with #E942CF
Text Example
Text Example
White with #E942CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E942CF; }
p { color: rgb(233,66,207); }
H1.HeaderClassName
{
color: #E942CF;
}
.AnyTagClassName
{
color: #E942CF;
}
</style>
background-color css
<style>
a { background-color: #E942CF; }
a { background-color: rgb(233,66,207); }
div.DivClassName
{
background-color: #E942CF;
}
.BgClassName
{
background-color: #E942CF;
}
</style>
border-color css
<style>
span { border-color: #E942CF; }
span { border-color: rgb(233,66,207); }
td.TdClassName
{
border-color: #E942CF;
}
.TagClassName
{
border-color: #E942CF;
}
</style>