Shades of Razzle Dazzle Rose #E728CB
Tints of Razzle Dazzle Rose #E728CB
RGB
CMYK
RGB Variations
Color information
#E728CB (or 0xE728CB) is known color: Razzle Dazzle Rose. HEX triplet: E7, 28 and CB. RGB value is (231,40,203). Sum of RGB (Red+Green+Blue) = 231+40+203=474 (62% of max value = 765). Red value is 231 (90.62% from 255 or 48.73% from 474); Green value is 40 (16.02% from 255 or 8.44% from 474); Blue value is 203 (79.69% from 255 or 42.83% from 474); Max value from RGB is 231 - color contains mainly: red. Hex color #E728CB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E728CB is #18D734. Grayscale: #737373. Windows color (decimal): -1627957 or 13314279. OLE color: 13314279.
HSL color Cylindrical-coordinate representation of color #E728CB: hue angle of 308.8º degrees, saturation: 0.8, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E728CB is Cyan = 0, Magento = 0.83, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 40 | 203 | - |
| CMYK | 0 | 0.83 | 0.12 | 0.09 |
| HSL | 308.8º | 0.8% | 0.53% | - |
| HSV(B) | 308.8º | 0.83% | 0.91% | - |
| XYZ | 44.49 | 22.82 | 58.56 | - |
| YUV | 115.69 | 177.28 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 40 | 203 | 0 | 0.83 | 0.12 | 0.09 | 308.8 | 0.8 | 0.53 |
| Hex | E7 | 28 | CB | 0 | 53 | C | 9 | 135 | 50 | 35 |
| Octal | 347 | 50 | 313 | 0 | 123 | 14 | 11 | 465 | 120 | 65 |
| Binary | 11100111 | 101000 | 11001011 | 0 | 1010011 | 1100 | 1001 | 100110101 | 1010000 | 110101 |
Color Harmonies of #E728CB
Complementary color
Monochromatic Colors of #E728CB
Black with #E728CB
Text Example
Text Example
White with #E728CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E728CB; }
p { color: rgb(231,40,203); }
H1.HeaderClassName
{
color: #E728CB;
}
.AnyTagClassName
{
color: #E728CB;
}
</style>
background-color css
<style>
a { background-color: #E728CB; }
a { background-color: rgb(231,40,203); }
div.DivClassName
{
background-color: #E728CB;
}
.BgClassName
{
background-color: #E728CB;
}
</style>
border-color css
<style>
span { border-color: #E728CB; }
span { border-color: rgb(231,40,203); }
td.TdClassName
{
border-color: #E728CB;
}
.TagClassName
{
border-color: #E728CB;
}
</style>