Shades of Razzle Dazzle Rose #E125D2
Tints of Razzle Dazzle Rose #E125D2
RGB
CMYK
RGB Variations
Color information
#E125D2 (or 0xE125D2) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and D2. RGB value is (225,37,210). Sum of RGB (Red+Green+Blue) = 225+37+210=472 (62% of max value = 765). Red value is 225 (88.28% from 255 or 47.67% from 472); Green value is 37 (14.84% from 255 or 7.84% from 472); Blue value is 210 (82.42% from 255 or 44.49% from 472); Max value from RGB is 225 - color contains mainly: red. Hex color #E125D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125D2 is #1EDA2D. Grayscale: #707070. Windows color (decimal): -2021934 or 13772257. OLE color: 13772257.
HSL color Cylindrical-coordinate representation of color #E125D2: hue angle of 304.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 #E125D2 is Cyan = 0, Magento = 0.84, Yellow = 0.07 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 210 | - |
| CMYK | 0 | 0.84 | 0.07 | 0.12 |
| HSL | 304.79º | 0.76% | 0.51% | - |
| HSV(B) | 304.79º | 0.84% | 0.88% | - |
| XYZ | 43.35 | 21.98 | 62.93 | - |
| YUV | 112.93 | 182.78 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 210 | 0 | 0.84 | 0.07 | 0.12 | 304.79 | 0.76 | 0.51 |
| Hex | E1 | 25 | D2 | 0 | 54 | 7 | C | 131 | 4C | 33 |
| Octal | 341 | 45 | 322 | 0 | 124 | 7 | 14 | 461 | 114 | 63 |
| Binary | 11100001 | 100101 | 11010010 | 0 | 1010100 | 111 | 1100 | 100110001 | 1001100 | 110011 |
Color Harmonies of #E125D2
Complementary color
Monochromatic Colors of #E125D2
Black with #E125D2
Text Example
Text Example
White with #E125D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125D2; }
p { color: rgb(225,37,210); }
H1.HeaderClassName
{
color: #E125D2;
}
.AnyTagClassName
{
color: #E125D2;
}
</style>
background-color css
<style>
a { background-color: #E125D2; }
a { background-color: rgb(225,37,210); }
div.DivClassName
{
background-color: #E125D2;
}
.BgClassName
{
background-color: #E125D2;
}
</style>
border-color css
<style>
span { border-color: #E125D2; }
span { border-color: rgb(225,37,210); }
td.TdClassName
{
border-color: #E125D2;
}
.TagClassName
{
border-color: #E125D2;
}
</style>