Shades of Razzle Dazzle Rose #E328CB
Tints of Razzle Dazzle Rose #E328CB
RGB
CMYK
RGB Variations
Color information
#E328CB (or 0xE328CB) is known color: Razzle Dazzle Rose. HEX triplet: E3, 28 and CB. RGB value is (227,40,203). Sum of RGB (Red+Green+Blue) = 227+40+203=470 (62% of max value = 765). Red value is 227 (89.06% from 255 or 48.30% from 470); Green value is 40 (16.02% from 255 or 8.51% from 470); Blue value is 203 (79.69% from 255 or 43.19% from 470); Max value from RGB is 227 - color contains mainly: red. Hex color #E328CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E328CB is #1CD734. Grayscale: #727272. Windows color (decimal): -1890101 or 13314275. OLE color: 13314275.
HSL color Cylindrical-coordinate representation of color #E328CB: hue angle of 307.7º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E328CB is Cyan = 0, Magento = 0.82, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 227 | 40 | 203 | - |
| CMYK | 0 | 0.82 | 0.11 | 0.11 |
| HSL | 307.7º | 0.77% | 0.52% | - |
| HSV(B) | 307.7º | 0.82% | 0.89% | - |
| XYZ | 43.22 | 22.16 | 58.5 | - |
| YUV | 114.5 | 177.95 | 208.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 227 | 40 | 203 | 0 | 0.82 | 0.11 | 0.11 | 307.7 | 0.77 | 0.52 |
| Hex | E3 | 28 | CB | 0 | 52 | B | B | 134 | 4D | 34 |
| Octal | 343 | 50 | 313 | 0 | 122 | 13 | 13 | 464 | 115 | 64 |
| Binary | 11100011 | 101000 | 11001011 | 0 | 1010010 | 1011 | 1011 | 100110100 | 1001101 | 110100 |
Color Harmonies of #E328CB
Complementary color
Monochromatic Colors of #E328CB
Black with #E328CB
Text Example
Text Example
White with #E328CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E328CB; }
p { color: rgb(227,40,203); }
H1.HeaderClassName
{
color: #E328CB;
}
.AnyTagClassName
{
color: #E328CB;
}
</style>
background-color css
<style>
a { background-color: #E328CB; }
a { background-color: rgb(227,40,203); }
div.DivClassName
{
background-color: #E328CB;
}
.BgClassName
{
background-color: #E328CB;
}
</style>
border-color css
<style>
span { border-color: #E328CB; }
span { border-color: rgb(227,40,203); }
td.TdClassName
{
border-color: #E328CB;
}
.TagClassName
{
border-color: #E328CB;
}
</style>