Shades of Razzle Dazzle Rose #E940C7
Tints of Razzle Dazzle Rose #E940C7
RGB
CMYK
RGB Variations
Color information
#E940C7 (or 0xE940C7) is known color: Razzle Dazzle Rose. HEX triplet: E9, 40 and C7. RGB value is (233,64,199). Sum of RGB (Red+Green+Blue) = 233+64+199=496 (65% of max value = 765). Red value is 233 (91.41% from 255 or 46.98% from 496); Green value is 64 (25.39% from 255 or 12.90% from 496); Blue value is 199 (78.12% from 255 or 40.12% from 496); Max value from RGB is 233 - color contains mainly: red. Hex color #E940C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E940C7 is #16BF38. Grayscale: #818181. Windows color (decimal): -1490745 or 13058281. OLE color: 13058281.
HSL color Cylindrical-coordinate representation of color #E940C7: hue angle of 312.07º degrees, saturation: 0.79, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E940C7 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 64 | 199 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.09 |
| HSL | 312.07º | 0.79% | 0.58% | - |
| HSV(B) | 312.07º | 0.73% | 0.91% | - |
| XYZ | 45.75 | 25.11 | 56.47 | - |
| YUV | 129.92 | 166.99 | 201.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 64 | 199 | 0 | 0.73 | 0.15 | 0.09 | 312.07 | 0.79 | 0.58 |
| Hex | E9 | 40 | C7 | 0 | 49 | F | 9 | 138 | 4F | 3A |
| Octal | 351 | 100 | 307 | 0 | 111 | 17 | 11 | 470 | 117 | 72 |
| Binary | 11101001 | 1000000 | 11000111 | 0 | 1001001 | 1111 | 1001 | 100111000 | 1001111 | 111010 |
Color Harmonies of #E940C7
Complementary color
Monochromatic Colors of #E940C7
Black with #E940C7
Text Example
Text Example
White with #E940C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E940C7; }
p { color: rgb(233,64,199); }
H1.HeaderClassName
{
color: #E940C7;
}
.AnyTagClassName
{
color: #E940C7;
}
</style>
background-color css
<style>
a { background-color: #E940C7; }
a { background-color: rgb(233,64,199); }
div.DivClassName
{
background-color: #E940C7;
}
.BgClassName
{
background-color: #E940C7;
}
</style>
border-color css
<style>
span { border-color: #E940C7; }
span { border-color: rgb(233,64,199); }
td.TdClassName
{
border-color: #E940C7;
}
.TagClassName
{
border-color: #E940C7;
}
</style>