Shades of Razzle Dazzle Rose #E123DA
Tints of Razzle Dazzle Rose #E123DA
RGB
CMYK
RGB Variations
Color information
#E123DA (or 0xE123DA) is known color: Razzle Dazzle Rose. HEX triplet: E1, 23 and DA. RGB value is (225,35,218). Sum of RGB (Red+Green+Blue) = 225+35+218=478 (63% of max value = 765). Red value is 225 (88.28% from 255 or 47.07% from 478); Green value is 35 (14.06% from 255 or 7.32% from 478); Blue value is 218 (85.55% from 255 or 45.61% from 478); Max value from RGB is 225 - color contains mainly: red. Hex color #E123DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E123DA is #1EDC25. Grayscale: #707070. Windows color (decimal): -2022438 or 14296033. OLE color: 14296033.
HSL color Cylindrical-coordinate representation of color #E123DA: hue angle of 302.21º 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 #E123DA is Cyan = 0, Magento = 0.84, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 35 | 218 | - |
| CMYK | 0 | 0.84 | 0.03 | 0.12 |
| HSL | 302.21º | 0.76% | 0.51% | - |
| HSV(B) | 302.21º | 0.84% | 0.88% | - |
| XYZ | 44.31 | 22.27 | 68.29 | - |
| YUV | 112.67 | 187.45 | 208.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 35 | 218 | 0 | 0.84 | 0.03 | 0.12 | 302.21 | 0.76 | 0.51 |
| Hex | E1 | 23 | DA | 0 | 54 | 3 | C | 12E | 4C | 33 |
| Octal | 341 | 43 | 332 | 0 | 124 | 3 | 14 | 456 | 114 | 63 |
| Binary | 11100001 | 100011 | 11011010 | 0 | 1010100 | 11 | 1100 | 100101110 | 1001100 | 110011 |
Color Harmonies of #E123DA
Complementary color
Monochromatic Colors of #E123DA
Black with #E123DA
Text Example
Text Example
White with #E123DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E123DA; }
p { color: rgb(225,35,218); }
H1.HeaderClassName
{
color: #E123DA;
}
.AnyTagClassName
{
color: #E123DA;
}
</style>
background-color css
<style>
a { background-color: #E123DA; }
a { background-color: rgb(225,35,218); }
div.DivClassName
{
background-color: #E123DA;
}
.BgClassName
{
background-color: #E123DA;
}
</style>
border-color css
<style>
span { border-color: #E123DA; }
span { border-color: rgb(225,35,218); }
td.TdClassName
{
border-color: #E123DA;
}
.TagClassName
{
border-color: #E123DA;
}
</style>