Shades of Razzle Dazzle Rose #E123D5
Tints of Razzle Dazzle Rose #E123D5
RGB
CMYK
RGB Variations
Color information
#E123D5 (or 0xE123D5) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and D5. RGB value is (225,35,213). Sum of RGB (Red+Green+Blue) = 225+35+213=473 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.57% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 225 - color contains mainly: red. Hex color #E123D5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123D5 is #1EDC2A. Grayscale: #6F6F6F. Windows color (decimal): -2022443 or 13968353. OLE color: 13968353.
HSL color Cylindrical-coordinate representation of color #E123D5: hue angle of 303.79º 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 #E123D5 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 213 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.12 |
| HSL | 303.79º | 0.76% | 0.51% | - |
| HSV(B) | 303.79º | 0.84% | 0.88% | - |
| XYZ | 43.66 | 22.01 | 64.9 | - |
| YUV | 112.1 | 184.95 | 208.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 213 | 0 | 0.84 | 0.05 | 0.12 | 303.79 | 0.76 | 0.51 |
| Hex | E1 | 23 | D5 | 0 | 54 | 5 | C | 130 | 4C | 33 |
| Octal | 341 | 43 | 325 | 0 | 124 | 5 | 14 | 460 | 114 | 63 |
| Binary | 11100001 | 100011 | 11010101 | 0 | 1010100 | 101 | 1100 | 100110000 | 1001100 | 110011 |
Color Harmonies of #E123D5
Complementary color
Monochromatic Colors of #E123D5
Black with #E123D5
Text Example
Text Example
White with #E123D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123D5; }
p { color: rgb(225,35,213); }
H1.HeaderClassName
{
color: #E123D5;
}
.AnyTagClassName
{
color: #E123D5;
}
</style>
background-color css
<style>
a { background-color: #E123D5; }
a { background-color: rgb(225,35,213); }
div.DivClassName
{
background-color: #E123D5;
}
.BgClassName
{
background-color: #E123D5;
}
</style>
border-color css
<style>
span { border-color: #E123D5; }
span { border-color: rgb(225,35,213); }
td.TdClassName
{
border-color: #E123D5;
}
.TagClassName
{
border-color: #E123D5;
}
</style>