Shades of Razzle Dazzle Rose #E123CE
Tints of Razzle Dazzle Rose #E123CE
RGB
CMYK
RGB Variations
Color information
#E123CE (or 0xE123CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and CE. RGB value is (225,35,206). Sum of RGB (Red+Green+Blue) = 225+35+206=466 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.28% from 466); Green value is 35 (14.06% from 255 or 7.51% from 466); Blue value is 206 (80.86% from 255 or 44.21% from 466); Max value from RGB is 225 - color contains mainly: red. Hex color #E123CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123CE is #1EDC31. Grayscale: #6E6E6E. Windows color (decimal): -2022450 or 13509601. OLE color: 13509601.
HSL color Cylindrical-coordinate representation of color #E123CE: hue angle of 306º degrees, saturation: 0.76, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E123CE is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 206 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.12 |
| HSL | 306º | 0.76% | 0.51% | - |
| HSV(B) | 306º | 0.84% | 0.88% | - |
| XYZ | 42.79 | 21.67 | 60.32 | - |
| YUV | 111.3 | 181.45 | 209.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 206 | 0 | 0.84 | 0.08 | 0.12 | 306 | 0.76 | 0.51 |
| Hex | E1 | 23 | CE | 0 | 54 | 8 | C | 132 | 4C | 33 |
| Octal | 341 | 43 | 316 | 0 | 124 | 10 | 14 | 462 | 114 | 63 |
| Binary | 11100001 | 100011 | 11001110 | 0 | 1010100 | 1000 | 1100 | 100110010 | 1001100 | 110011 |
Color Harmonies of #E123CE
Complementary color
Monochromatic Colors of #E123CE
Black with #E123CE
Text Example
Text Example
White with #E123CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123CE; }
p { color: rgb(225,35,206); }
H1.HeaderClassName
{
color: #E123CE;
}
.AnyTagClassName
{
color: #E123CE;
}
</style>
background-color css
<style>
a { background-color: #E123CE; }
a { background-color: rgb(225,35,206); }
div.DivClassName
{
background-color: #E123CE;
}
.BgClassName
{
background-color: #E123CE;
}
</style>
border-color css
<style>
span { border-color: #E123CE; }
span { border-color: rgb(225,35,206); }
td.TdClassName
{
border-color: #E123CE;
}
.TagClassName
{
border-color: #E123CE;
}
</style>