Shades of Razzle Dazzle Rose #E128CC
Tints of Razzle Dazzle Rose #E128CC
RGB
CMYK
RGB Variations
Color information
#E128CC (or 0xE128CC) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and CC. RGB value is (225,40,204). Sum of RGB (Red+Green+Blue) = 225+40+204=469 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.97% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 204 (80.08% from 255 or 43.50% from 469); Max value from RGB is 225 - color contains mainly: red. Hex color #E128CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128CC is #1ED733. Grayscale: #717171. Windows color (decimal): -2021172 or 13379809. OLE color: 13379809.
HSL color Cylindrical-coordinate representation of color #E128CC: hue angle of 306.81º 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 #E128CC is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 204 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.12 |
| HSL | 306.81º | 0.76% | 0.52% | - |
| HSV(B) | 306.81º | 0.82% | 0.88% | - |
| XYZ | 42.71 | 21.88 | 59.1 | - |
| YUV | 114.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 204 | 0 | 0.82 | 0.09 | 0.12 | 306.81 | 0.76 | 0.52 |
| Hex | E1 | 28 | CC | 0 | 52 | 9 | C | 133 | 4C | 34 |
| Octal | 341 | 50 | 314 | 0 | 122 | 11 | 14 | 463 | 114 | 64 |
| Binary | 11100001 | 101000 | 11001100 | 0 | 1010010 | 1001 | 1100 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E128CC
Complementary color
Monochromatic Colors of #E128CC
Black with #E128CC
Text Example
Text Example
White with #E128CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128CC; }
p { color: rgb(225,40,204); }
H1.HeaderClassName
{
color: #E128CC;
}
.AnyTagClassName
{
color: #E128CC;
}
</style>
background-color css
<style>
a { background-color: #E128CC; }
a { background-color: rgb(225,40,204); }
div.DivClassName
{
background-color: #E128CC;
}
.BgClassName
{
background-color: #E128CC;
}
</style>
border-color css
<style>
span { border-color: #E128CC; }
span { border-color: rgb(225,40,204); }
td.TdClassName
{
border-color: #E128CC;
}
.TagClassName
{
border-color: #E128CC;
}
</style>