Shades of Razzle Dazzle Rose #E040C3
Tints of Razzle Dazzle Rose #E040C3
RGB
CMYK
RGB Variations
Color information
#E040C3 (or 0xE040C3) is known color: Razzle Dazzle Rose. HEX triplet: E0, 40 and C3. RGB value is (224,64,195). Sum of RGB (Red+Green+Blue) = 224+64+195=483 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.38% from 483); Green value is 64 (25.39% from 255 or 13.25% from 483); Blue value is 195 (76.56% from 255 or 40.37% from 483); Max value from RGB is 224 - color contains mainly: red. Hex color #E040C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E040C3 is #1FBF3C. Grayscale: #7E7E7E. Windows color (decimal): -2080573 or 12796128. OLE color: 12796128.
HSL color Cylindrical-coordinate representation of color #E040C3: hue angle of 310.88º degrees, saturation: 0.72, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #E040C3 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 64 | 195 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.12 |
| HSL | 310.88º | 0.72% | 0.56% | - |
| HSV(B) | 310.88º | 0.71% | 0.88% | - |
| XYZ | 42.42 | 23.45 | 53.92 | - |
| YUV | 126.77 | 166.51 | 197.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 64 | 195 | 0 | 0.71 | 0.13 | 0.12 | 310.88 | 0.72 | 0.56 |
| Hex | E0 | 40 | C3 | 0 | 47 | D | C | 137 | 48 | 38 |
| Octal | 340 | 100 | 303 | 0 | 107 | 15 | 14 | 467 | 110 | 70 |
| Binary | 11100000 | 1000000 | 11000011 | 0 | 1000111 | 1101 | 1100 | 100110111 | 1001000 | 111000 |
Color Harmonies of #E040C3
Complementary color
Monochromatic Colors of #E040C3
Black with #E040C3
Text Example
Text Example
White with #E040C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E040C3; }
p { color: rgb(224,64,195); }
H1.HeaderClassName
{
color: #E040C3;
}
.AnyTagClassName
{
color: #E040C3;
}
</style>
background-color css
<style>
a { background-color: #E040C3; }
a { background-color: rgb(224,64,195); }
div.DivClassName
{
background-color: #E040C3;
}
.BgClassName
{
background-color: #E040C3;
}
</style>
border-color css
<style>
span { border-color: #E040C3; }
span { border-color: rgb(224,64,195); }
td.TdClassName
{
border-color: #E040C3;
}
.TagClassName
{
border-color: #E040C3;
}
</style>