Shades of Razzle Dazzle Rose #E128E5
Tints of Razzle Dazzle Rose #E128E5
RGB
CMYK
RGB Variations
Color information
#E128E5 (or 0xE128E5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and E5. RGB value is (225,40,229). Sum of RGB (Red+Green+Blue) = 225+40+229=494 (65% of max value = 765). Red value is 225 (88.28% from 255 or 45.55% from 494); Green value is 40 (16.02% from 255 or 8.10% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #E128E5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128E5 is #1ED71A. Grayscale: #747474. Windows color (decimal): -2021147 or 15018209. OLE color: 15018209.
HSL color Cylindrical-coordinate representation of color #E128E5: hue angle of 298.73º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E128E5 is Cyan = 0.02, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 225 | 40 | 229 | - |
| CMYK | 0.02 | 0.83 | 0 | 0.10 |
| HSL | 298.73º | 0.78% | 0.53% | - |
| HSV(B) | 298.73º | 0.83% | 0.9% | - |
| XYZ | 45.95 | 23.18 | 76.18 | - |
| YUV | 116.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 229 | 0.02 | 0.83 | 0 | 0.10 | 298.73 | 0.78 | 0.53 |
| Hex | E1 | 28 | E5 | 2 | 53 | 0 | A | 12B | 4E | 35 |
| Octal | 341 | 50 | 345 | 2 | 123 | 0 | 12 | 453 | 116 | 65 |
| Binary | 11100001 | 101000 | 11100101 | 10 | 1010011 | 0 | 1010 | 100101011 | 1001110 | 110101 |
Color Harmonies of #E128E5
Complementary color
Monochromatic Colors of #E128E5
Black with #E128E5
Text Example
Text Example
White with #E128E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128E5; }
p { color: rgb(225,40,229); }
H1.HeaderClassName
{
color: #E128E5;
}
.AnyTagClassName
{
color: #E128E5;
}
</style>
background-color css
<style>
a { background-color: #E128E5; }
a { background-color: rgb(225,40,229); }
div.DivClassName
{
background-color: #E128E5;
}
.BgClassName
{
background-color: #E128E5;
}
</style>
border-color css
<style>
span { border-color: #E128E5; }
span { border-color: rgb(225,40,229); }
td.TdClassName
{
border-color: #E128E5;
}
.TagClassName
{
border-color: #E128E5;
}
</style>