Shades of Razzle Dazzle Rose #E140C0
Tints of Razzle Dazzle Rose #E140C0
RGB
CMYK
RGB Variations
Color information
#E140C0 (or 0xE140C0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 40 and C0. RGB value is (225,64,192). Sum of RGB (Red+Green+Blue) = 225+64+192=481 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.78% from 481); Green value is 64 (25.39% from 255 or 13.31% from 481); Blue value is 192 (75.39% from 255 or 39.92% from 481); Max value from RGB is 225 - color contains mainly: red. Hex color #E140C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E140C0 is #1EBF3F. Grayscale: #7E7E7E. Windows color (decimal): -2015040 or 12599521. OLE color: 12599521.
HSL color Cylindrical-coordinate representation of color #E140C0: hue angle of 312.3º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E140C0 is Cyan = 0, Magento = 0.72, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 64 | 192 | - |
| CMYK | 0 | 0.72 | 0.15 | 0.12 |
| HSL | 312.3º | 0.73% | 0.57% | - |
| HSV(B) | 312.3º | 0.72% | 0.88% | - |
| XYZ | 42.4 | 23.48 | 52.17 | - |
| YUV | 126.73 | 164.84 | 198.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 64 | 192 | 0 | 0.72 | 0.15 | 0.12 | 312.3 | 0.73 | 0.57 |
| Hex | E1 | 40 | C0 | 0 | 48 | F | C | 138 | 49 | 39 |
| Octal | 341 | 100 | 300 | 0 | 110 | 17 | 14 | 470 | 111 | 71 |
| Binary | 11100001 | 1000000 | 11000000 | 0 | 1001000 | 1111 | 1100 | 100111000 | 1001001 | 111001 |
Color Harmonies of #E140C0
Complementary color
Monochromatic Colors of #E140C0
Black with #E140C0
Text Example
Text Example
White with #E140C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E140C0; }
p { color: rgb(225,64,192); }
H1.HeaderClassName
{
color: #E140C0;
}
.AnyTagClassName
{
color: #E140C0;
}
</style>
background-color css
<style>
a { background-color: #E140C0; }
a { background-color: rgb(225,64,192); }
div.DivClassName
{
background-color: #E140C0;
}
.BgClassName
{
background-color: #E140C0;
}
</style>
border-color css
<style>
span { border-color: #E140C0; }
span { border-color: rgb(225,64,192); }
td.TdClassName
{
border-color: #E140C0;
}
.TagClassName
{
border-color: #E140C0;
}
</style>