Shades of Razzle Dazzle Rose #E125C8
Tints of Razzle Dazzle Rose #E125C8
RGB
CMYK
RGB Variations
Color information
#E125C8 (or 0xE125C8) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and C8. RGB value is (225,37,200). Sum of RGB (Red+Green+Blue) = 225+37+200=462 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.70% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 200 (78.52% from 255 or 43.29% from 462); Max value from RGB is 225 - color contains mainly: red. Hex color #E125C8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125C8 is #1EDA37. Grayscale: #6F6F6F. Windows color (decimal): -2021944 or 13116897. OLE color: 13116897.
HSL color Cylindrical-coordinate representation of color #E125C8: hue angle of 307.98º 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 #E125C8 is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 200 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.12 |
| HSL | 307.98º | 0.76% | 0.51% | - |
| HSV(B) | 307.98º | 0.84% | 0.88% | - |
| XYZ | 42.14 | 21.5 | 56.57 | - |
| YUV | 111.79 | 177.78 | 208.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 200 | 0 | 0.84 | 0.11 | 0.12 | 307.98 | 0.76 | 0.51 |
| Hex | E1 | 25 | C8 | 0 | 54 | B | C | 134 | 4C | 33 |
| Octal | 341 | 45 | 310 | 0 | 124 | 13 | 14 | 464 | 114 | 63 |
| Binary | 11100001 | 100101 | 11001000 | 0 | 1010100 | 1011 | 1100 | 100110100 | 1001100 | 110011 |
Color Harmonies of #E125C8
Complementary color
Monochromatic Colors of #E125C8
Black with #E125C8
Text Example
Text Example
White with #E125C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125C8; }
p { color: rgb(225,37,200); }
H1.HeaderClassName
{
color: #E125C8;
}
.AnyTagClassName
{
color: #E125C8;
}
</style>
background-color css
<style>
a { background-color: #E125C8; }
a { background-color: rgb(225,37,200); }
div.DivClassName
{
background-color: #E125C8;
}
.BgClassName
{
background-color: #E125C8;
}
</style>
border-color css
<style>
span { border-color: #E125C8; }
span { border-color: rgb(225,37,200); }
td.TdClassName
{
border-color: #E125C8;
}
.TagClassName
{
border-color: #E125C8;
}
</style>