Shades of Razzle Dazzle Rose #E125C7
Tints of Razzle Dazzle Rose #E125C7
RGB
CMYK
RGB Variations
Color information
#E125C7 (or 0xE125C7) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and C7. RGB value is (225,37,199). Sum of RGB (Red+Green+Blue) = 225+37+199=461 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.81% from 461); Green value is 37 (14.84% from 255 or 8.03% from 461); Blue value is 199 (78.12% from 255 or 43.17% from 461); Max value from RGB is 225 - color contains mainly: red. Hex color #E125C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125C7 is #1EDA38. Grayscale: #6F6F6F. Windows color (decimal): -2021945 or 13051361. OLE color: 13051361.
HSL color Cylindrical-coordinate representation of color #E125C7: hue angle of 308.3º 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 #E125C7 is Cyan = 0, Magento = 0.84, Yellow = 0.12 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 199 | - |
| CMYK | 0 | 0.84 | 0.12 | 0.12 |
| HSL | 308.3º | 0.76% | 0.51% | - |
| HSV(B) | 308.3º | 0.84% | 0.88% | - |
| XYZ | 42.02 | 21.45 | 55.96 | - |
| YUV | 111.68 | 177.28 | 208.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 199 | 0 | 0.84 | 0.12 | 0.12 | 308.3 | 0.76 | 0.51 |
| Hex | E1 | 25 | C7 | 0 | 54 | C | C | 134 | 4C | 33 |
| Octal | 341 | 45 | 307 | 0 | 124 | 14 | 14 | 464 | 114 | 63 |
| Binary | 11100001 | 100101 | 11000111 | 0 | 1010100 | 1100 | 1100 | 100110100 | 1001100 | 110011 |
Color Harmonies of #E125C7
Complementary color
Monochromatic Colors of #E125C7
Black with #E125C7
Text Example
Text Example
White with #E125C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125C7; }
p { color: rgb(225,37,199); }
H1.HeaderClassName
{
color: #E125C7;
}
.AnyTagClassName
{
color: #E125C7;
}
</style>
background-color css
<style>
a { background-color: #E125C7; }
a { background-color: rgb(225,37,199); }
div.DivClassName
{
background-color: #E125C7;
}
.BgClassName
{
background-color: #E125C7;
}
</style>
border-color css
<style>
span { border-color: #E125C7; }
span { border-color: rgb(225,37,199); }
td.TdClassName
{
border-color: #E125C7;
}
.TagClassName
{
border-color: #E125C7;
}
</style>