Shades of Razzle Dazzle Rose #E125DD
Tints of Razzle Dazzle Rose #E125DD
RGB
CMYK
RGB Variations
Color information
#E125DD (or 0xE125DD) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and DD. RGB value is (225,37,221). Sum of RGB (Red+Green+Blue) = 225+37+221=483 (63% of max value = 765). Red value is 225 (88.28% from 255 or 46.58% from 483); Green value is 37 (14.84% from 255 or 7.66% from 483); Blue value is 221 (86.72% from 255 or 45.76% from 483); Max value from RGB is 225 - color contains mainly: red. Hex color #E125DD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125DD is #1EDA22. Grayscale: #717171. Windows color (decimal): -2021923 or 14493153. OLE color: 14493153.
HSL color Cylindrical-coordinate representation of color #E125DD: hue angle of 301.28º 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 #E125DD is Cyan = 0, Magento = 0.84, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 221 | - |
| CMYK | 0 | 0.84 | 0.02 | 0.12 |
| HSL | 301.28º | 0.76% | 0.51% | - |
| HSV(B) | 301.28º | 0.84% | 0.88% | - |
| XYZ | 44.76 | 22.55 | 70.4 | - |
| YUV | 114.19 | 188.28 | 207.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 221 | 0 | 0.84 | 0.02 | 0.12 | 301.28 | 0.76 | 0.51 |
| Hex | E1 | 25 | DD | 0 | 54 | 2 | C | 12D | 4C | 33 |
| Octal | 341 | 45 | 335 | 0 | 124 | 2 | 14 | 455 | 114 | 63 |
| Binary | 11100001 | 100101 | 11011101 | 0 | 1010100 | 10 | 1100 | 100101101 | 1001100 | 110011 |
Color Harmonies of #E125DD
Complementary color
Monochromatic Colors of #E125DD
Black with #E125DD
Text Example
Text Example
White with #E125DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125DD; }
p { color: rgb(225,37,221); }
H1.HeaderClassName
{
color: #E125DD;
}
.AnyTagClassName
{
color: #E125DD;
}
</style>
background-color css
<style>
a { background-color: #E125DD; }
a { background-color: rgb(225,37,221); }
div.DivClassName
{
background-color: #E125DD;
}
.BgClassName
{
background-color: #E125DD;
}
</style>
border-color css
<style>
span { border-color: #E125DD; }
span { border-color: rgb(225,37,221); }
td.TdClassName
{
border-color: #E125DD;
}
.TagClassName
{
border-color: #E125DD;
}
</style>