Shades of Razzle Dazzle Rose #E23BCC
Tints of Razzle Dazzle Rose #E23BCC
RGB
CMYK
RGB Variations
Color information
#E23BCC (or 0xE23BCC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 3B and CC. RGB value is (226,59,204). Sum of RGB (Red+Green+Blue) = 226+59+204=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 59 (23.44% from 255 or 12.07% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E23BCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E23BCC is #1DC433. Grayscale: #7D7D7D. Windows color (decimal): -1950772 or 13384674. OLE color: 13384674.
HSL color Cylindrical-coordinate representation of color #E23BCC: hue angle of 307.9º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E23BCC is Cyan = 0, Magento = 0.74, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 59 | 204 | - |
| CMYK | 0 | 0.74 | 0.10 | 0.11 |
| HSL | 307.9º | 0.74% | 0.56% | - |
| HSV(B) | 307.9º | 0.74% | 0.89% | - |
| XYZ | 43.83 | 23.66 | 59.38 | - |
| YUV | 125.46 | 172.33 | 199.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 59 | 204 | 0 | 0.74 | 0.10 | 0.11 | 307.9 | 0.74 | 0.56 |
| Hex | E2 | 3B | CC | 0 | 4A | A | B | 134 | 4A | 38 |
| Octal | 342 | 73 | 314 | 0 | 112 | 12 | 13 | 464 | 112 | 70 |
| Binary | 11100010 | 111011 | 11001100 | 0 | 1001010 | 1010 | 1011 | 100110100 | 1001010 | 111000 |
Color Harmonies of #E23BCC
Complementary color
Monochromatic Colors of #E23BCC
Black with #E23BCC
Text Example
Text Example
White with #E23BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23BCC; }
p { color: rgb(226,59,204); }
H1.HeaderClassName
{
color: #E23BCC;
}
.AnyTagClassName
{
color: #E23BCC;
}
</style>
background-color css
<style>
a { background-color: #E23BCC; }
a { background-color: rgb(226,59,204); }
div.DivClassName
{
background-color: #E23BCC;
}
.BgClassName
{
background-color: #E23BCC;
}
</style>
border-color css
<style>
span { border-color: #E23BCC; }
span { border-color: rgb(226,59,204); }
td.TdClassName
{
border-color: #E23BCC;
}
.TagClassName
{
border-color: #E23BCC;
}
</style>