Shades of Razzle Dazzle Rose #E128CB
Tints of Razzle Dazzle Rose #E128CB
RGB
CMYK
RGB Variations
Color information
#E128CB (or 0xE128CB) is known color: Razzle Dazzle Rose. HEX triplet: E1, 28 and CB. RGB value is (225,40,203). Sum of RGB (Red+Green+Blue) = 225+40+203=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 203 (79.69% from 255 or 43.38% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E128CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E128CB is #1ED734. Grayscale: #717171. Windows color (decimal): -2021173 or 13314273. OLE color: 13314273.
HSL color Cylindrical-coordinate representation of color #E128CB: hue angle of 307.14º 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 #E128CB is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 40 | 203 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.12 |
| HSL | 307.14º | 0.76% | 0.52% | - |
| HSV(B) | 307.14º | 0.82% | 0.88% | - |
| XYZ | 42.59 | 21.84 | 58.47 | - |
| YUV | 113.9 | 178.29 | 207.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 40 | 203 | 0 | 0.82 | 0.10 | 0.12 | 307.14 | 0.76 | 0.52 |
| Hex | E1 | 28 | CB | 0 | 52 | A | C | 133 | 4C | 34 |
| Octal | 341 | 50 | 313 | 0 | 122 | 12 | 14 | 463 | 114 | 64 |
| Binary | 11100001 | 101000 | 11001011 | 0 | 1010010 | 1010 | 1100 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E128CB
Complementary color
Monochromatic Colors of #E128CB
Black with #E128CB
Text Example
Text Example
White with #E128CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E128CB; }
p { color: rgb(225,40,203); }
H1.HeaderClassName
{
color: #E128CB;
}
.AnyTagClassName
{
color: #E128CB;
}
</style>
background-color css
<style>
a { background-color: #E128CB; }
a { background-color: rgb(225,40,203); }
div.DivClassName
{
background-color: #E128CB;
}
.BgClassName
{
background-color: #E128CB;
}
</style>
border-color css
<style>
span { border-color: #E128CB; }
span { border-color: rgb(225,40,203); }
td.TdClassName
{
border-color: #E128CB;
}
.TagClassName
{
border-color: #E128CB;
}
</style>