Shades of Razzle Dazzle Rose #E128D0
Tints of Razzle Dazzle Rose #E128D0
RGB
CMYK
RGB Variations
Color information
#E128D0 (or 0xE128D0) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and D0. RGB value is (225,40,208). Sum of RGB (Red+Green+Blue) = 225+40+208=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 40 (16.02% from 255 or 8.46% from 473); Blue value is 208 (81.64% from 255 or 43.97% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E128D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128D0 is #1ED72F. Grayscale: #717171. Windows color (decimal): -2021168 or 13641953. OLE color: 13641953.
HSL color Cylindrical-coordinate representation of color #E128D0: hue angle of 305.51º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E128D0 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 208 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.12 |
| HSL | 305.51º | 0.76% | 0.52% | - |
| HSV(B) | 305.51º | 0.82% | 0.88% | - |
| XYZ | 43.2 | 22.08 | 61.66 | - |
| YUV | 114.47 | 180.79 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 208 | 0 | 0.82 | 0.08 | 0.12 | 305.51 | 0.76 | 0.52 |
| Hex | E1 | 28 | D0 | 0 | 52 | 8 | C | 132 | 4C | 34 |
| Octal | 341 | 50 | 320 | 0 | 122 | 10 | 14 | 462 | 114 | 64 |
| Binary | 11100001 | 101000 | 11010000 | 0 | 1010010 | 1000 | 1100 | 100110010 | 1001100 | 110100 |
Color Harmonies of #E128D0
Complementary color
Monochromatic Colors of #E128D0
Black with #E128D0
Text Example
Text Example
White with #E128D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128D0; }
p { color: rgb(225,40,208); }
H1.HeaderClassName
{
color: #E128D0;
}
.AnyTagClassName
{
color: #E128D0;
}
</style>
background-color css
<style>
a { background-color: #E128D0; }
a { background-color: rgb(225,40,208); }
div.DivClassName
{
background-color: #E128D0;
}
.BgClassName
{
background-color: #E128D0;
}
</style>
border-color css
<style>
span { border-color: #E128D0; }
span { border-color: rgb(225,40,208); }
td.TdClassName
{
border-color: #E128D0;
}
.TagClassName
{
border-color: #E128D0;
}
</style>