Shades of Razzle Dazzle Rose #E124E2
Tints of Razzle Dazzle Rose #E124E2
RGB
CMYK
RGB Variations
Color information
#E124E2 (or 0xE124E2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 24 and E2. RGB value is (225,36,226). Sum of RGB (Red+Green+Blue) = 225+36+226=487 (64% of max value = 765). Red value is 225 (88.28% from 255 or 46.20% from 487); Green value is 36 (14.45% from 255 or 7.39% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 226 - color contains mainly: blue. Hex color #E124E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E124E2 is #1EDB1D. Grayscale: #717171. Windows color (decimal): -2022174 or 14820577. OLE color: 14820577.
HSL color Cylindrical-coordinate representation of color #E124E2: hue angle of 299.68º degrees, saturation: 0.77, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E124E2 is Cyan = 0.00, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 36 | 226 | - |
| CMYK | 0.00 | 0.84 | 0 | 0.11 |
| HSL | 299.68º | 0.77% | 0.51% | - |
| HSV(B) | 299.68º | 0.84% | 0.89% | - |
| XYZ | 45.41 | 22.76 | 73.95 | - |
| YUV | 114.17 | 191.12 | 207.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 36 | 226 | 0.00 | 0.84 | 0 | 0.11 | 299.68 | 0.77 | 0.51 |
| Hex | E1 | 24 | E2 | 0 | 54 | 0 | B | 12C | 4D | 33 |
| Octal | 341 | 44 | 342 | 0 | 124 | 0 | 13 | 454 | 115 | 63 |
| Binary | 11100001 | 100100 | 11100010 | 0 | 1010100 | 0 | 1011 | 100101100 | 1001101 | 110011 |
Color Harmonies of #E124E2
Complementary color
Monochromatic Colors of #E124E2
Black with #E124E2
Text Example
Text Example
White with #E124E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E124E2; }
p { color: rgb(225,36,226); }
H1.HeaderClassName
{
color: #E124E2;
}
.AnyTagClassName
{
color: #E124E2;
}
</style>
background-color css
<style>
a { background-color: #E124E2; }
a { background-color: rgb(225,36,226); }
div.DivClassName
{
background-color: #E124E2;
}
.BgClassName
{
background-color: #E124E2;
}
</style>
border-color css
<style>
span { border-color: #E124E2; }
span { border-color: rgb(225,36,226); }
td.TdClassName
{
border-color: #E124E2;
}
.TagClassName
{
border-color: #E124E2;
}
</style>