Shades of Razzle Dazzle Rose #E12EDC
Tints of Razzle Dazzle Rose #E12EDC
RGB
CMYK
RGB Variations
Color information
#E12EDC (or 0xE12EDC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 2E and DC. RGB value is (225,46,220). Sum of RGB (Red+Green+Blue) = 225+46+220=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 46 (18.36% from 255 or 9.37% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 225 - color contains mainly: red. Hex color #E12EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E12EDC is #1ED123. Grayscale: #767676. Windows color (decimal): -2019620 or 14429921. OLE color: 14429921.
HSL color Cylindrical-coordinate representation of color #E12EDC: hue angle of 301.68º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E12EDC is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 46 | 220 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.12 |
| HSL | 301.68º | 0.75% | 0.53% | - |
| HSV(B) | 301.68º | 0.8% | 0.88% | - |
| XYZ | 44.95 | 23.13 | 69.81 | - |
| YUV | 119.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 46 | 220 | 0 | 0.80 | 0.02 | 0.12 | 301.68 | 0.75 | 0.53 |
| Hex | E1 | 2E | DC | 0 | 50 | 2 | C | 12E | 4B | 35 |
| Octal | 341 | 56 | 334 | 0 | 120 | 2 | 14 | 456 | 113 | 65 |
| Binary | 11100001 | 101110 | 11011100 | 0 | 1010000 | 10 | 1100 | 100101110 | 1001011 | 110101 |
Color Harmonies of #E12EDC
Complementary color
Monochromatic Colors of #E12EDC
Black with #E12EDC
Text Example
Text Example
White with #E12EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E12EDC; }
p { color: rgb(225,46,220); }
H1.HeaderClassName
{
color: #E12EDC;
}
.AnyTagClassName
{
color: #E12EDC;
}
</style>
background-color css
<style>
a { background-color: #E12EDC; }
a { background-color: rgb(225,46,220); }
div.DivClassName
{
background-color: #E12EDC;
}
.BgClassName
{
background-color: #E12EDC;
}
</style>
border-color css
<style>
span { border-color: #E12EDC; }
span { border-color: rgb(225,46,220); }
td.TdClassName
{
border-color: #E12EDC;
}
.TagClassName
{
border-color: #E12EDC;
}
</style>