Shades of Razzle Dazzle Rose #E128DA
Tints of Razzle Dazzle Rose #E128DA
RGB
CMYK
RGB Variations
Color information
#E128DA (or 0xE128DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and DA. RGB value is (225,40,218). Sum of RGB (Red+Green+Blue) = 225+40+218=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 40 (16.02% from 255 or 8.28% from 483); Blue value is 218 (85.55% from 255 or 45.13% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E128DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128DA is #1ED725. Grayscale: #737373. Windows color (decimal): -2021158 or 14297313. OLE color: 14297313.
HSL color Cylindrical-coordinate representation of color #E128DA: hue angle of 302.27º 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 #E128DA is Cyan = 0, Magento = 0.82, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 218 | - |
| CMYK | 0 | 0.82 | 0.03 | 0.12 |
| HSL | 302.27º | 0.76% | 0.52% | - |
| HSV(B) | 302.27º | 0.82% | 0.88% | - |
| XYZ | 44.47 | 22.59 | 68.35 | - |
| YUV | 115.61 | 185.79 | 206.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 218 | 0 | 0.82 | 0.03 | 0.12 | 302.27 | 0.76 | 0.52 |
| Hex | E1 | 28 | DA | 0 | 52 | 3 | C | 12E | 4C | 34 |
| Octal | 341 | 50 | 332 | 0 | 122 | 3 | 14 | 456 | 114 | 64 |
| Binary | 11100001 | 101000 | 11011010 | 0 | 1010010 | 11 | 1100 | 100101110 | 1001100 | 110100 |
Color Harmonies of #E128DA
Complementary color
Monochromatic Colors of #E128DA
Black with #E128DA
Text Example
Text Example
White with #E128DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128DA; }
p { color: rgb(225,40,218); }
H1.HeaderClassName
{
color: #E128DA;
}
.AnyTagClassName
{
color: #E128DA;
}
</style>
background-color css
<style>
a { background-color: #E128DA; }
a { background-color: rgb(225,40,218); }
div.DivClassName
{
background-color: #E128DA;
}
.BgClassName
{
background-color: #E128DA;
}
</style>
border-color css
<style>
span { border-color: #E128DA; }
span { border-color: rgb(225,40,218); }
td.TdClassName
{
border-color: #E128DA;
}
.TagClassName
{
border-color: #E128DA;
}
</style>