Shades of Razzle Dazzle Rose #E120D3
Tints of Razzle Dazzle Rose #E120D3
RGB
CMYK
RGB Variations
Color information
#E120D3 (or 0xE120D3) is known color: Razzle Dazzle Rose. HEX triplet: E1, 20 and D3. RGB value is (225,32,211). Sum of RGB (Red+Green+Blue) = 225+32+211=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 32 (12.89% from 255 or 6.84% from 468); Blue value is 211 (82.81% from 255 or 45.09% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E120D3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E120D3 is #1EDF2C. Grayscale: #6D6D6D. Windows color (decimal): -2023213 or 13836513. OLE color: 13836513.
HSL color Cylindrical-coordinate representation of color #E120D3: hue angle of 304.35º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #E120D3 is Cyan = 0, Magento = 0.86, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 32 | 211 | - |
| CMYK | 0 | 0.86 | 0.06 | 0.12 |
| HSL | 304.35º | 0.76% | 0.5% | - |
| HSV(B) | 304.35º | 0.86% | 0.88% | - |
| XYZ | 43.33 | 21.74 | 63.54 | - |
| YUV | 110.11 | 184.94 | 209.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 32 | 211 | 0 | 0.86 | 0.06 | 0.12 | 304.35 | 0.76 | 0.5 |
| Hex | E1 | 20 | D3 | 0 | 56 | 6 | C | 130 | 4C | 32 |
| Octal | 341 | 40 | 323 | 0 | 126 | 6 | 14 | 460 | 114 | 62 |
| Binary | 11100001 | 100000 | 11010011 | 0 | 1010110 | 110 | 1100 | 100110000 | 1001100 | 110010 |
Color Harmonies of #E120D3
Complementary color
Monochromatic Colors of #E120D3
Black with #E120D3
Text Example
Text Example
White with #E120D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E120D3; }
p { color: rgb(225,32,211); }
H1.HeaderClassName
{
color: #E120D3;
}
.AnyTagClassName
{
color: #E120D3;
}
</style>
background-color css
<style>
a { background-color: #E120D3; }
a { background-color: rgb(225,32,211); }
div.DivClassName
{
background-color: #E120D3;
}
.BgClassName
{
background-color: #E120D3;
}
</style>
border-color css
<style>
span { border-color: #E120D3; }
span { border-color: rgb(225,32,211); }
td.TdClassName
{
border-color: #E120D3;
}
.TagClassName
{
border-color: #E120D3;
}
</style>