Shades of Razzle Dazzle Rose #E128E2
Tints of Razzle Dazzle Rose #E128E2
RGB
CMYK
RGB Variations
Color information
#E128E2 (or 0xE128E2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and E2. RGB value is (225,40,226). Sum of RGB (Red+Green+Blue) = 225+40+226=491 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.82% from 491); Green value is 40 (16.02% from 255 or 8.15% from 491); Blue value is 226 (88.67% from 255 or 46.03% from 491); Max value from RGB is 226 - color contains mainly: blue. Hex color #E128E2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128E2 is #1ED71D. Grayscale: #737373. Windows color (decimal): -2021150 or 14821601. OLE color: 14821601.
HSL color Cylindrical-coordinate representation of color #E128E2: hue angle of 299.68º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128E2 is Cyan = 0.00, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 225 | 40 | 226 | - |
| CMYK | 0.00 | 0.82 | 0 | 0.11 |
| HSL | 299.68º | 0.76% | 0.52% | - |
| HSV(B) | 299.68º | 0.82% | 0.89% | - |
| XYZ | 45.54 | 23.02 | 73.99 | - |
| YUV | 116.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 226 | 0.00 | 0.82 | 0 | 0.11 | 299.68 | 0.76 | 0.52 |
| Hex | E1 | 28 | E2 | 0 | 52 | 0 | B | 12C | 4C | 34 |
| Octal | 341 | 50 | 342 | 0 | 122 | 0 | 13 | 454 | 114 | 64 |
| Binary | 11100001 | 101000 | 11100010 | 0 | 1010010 | 0 | 1011 | 100101100 | 1001100 | 110100 |
Color Harmonies of #E128E2
Complementary color
Monochromatic Colors of #E128E2
Black with #E128E2
Text Example
Text Example
White with #E128E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128E2; }
p { color: rgb(225,40,226); }
H1.HeaderClassName
{
color: #E128E2;
}
.AnyTagClassName
{
color: #E128E2;
}
</style>
background-color css
<style>
a { background-color: #E128E2; }
a { background-color: rgb(225,40,226); }
div.DivClassName
{
background-color: #E128E2;
}
.BgClassName
{
background-color: #E128E2;
}
</style>
border-color css
<style>
span { border-color: #E128E2; }
span { border-color: rgb(225,40,226); }
td.TdClassName
{
border-color: #E128E2;
}
.TagClassName
{
border-color: #E128E2;
}
</style>