Shades of Razzle Dazzle Rose #E125CE
Tints of Razzle Dazzle Rose #E125CE
RGB
CMYK
RGB Variations
Color information
#E125CE (or 0xE125CE) is known color: Razzle Dazzle Rose. HEX triplet: E1, 25 and CE. RGB value is (225,37,206). Sum of RGB (Red+Green+Blue) = 225+37+206=468 (61% of max value = 765). Red value is 225 (88.28% from 255 or 48.08% from 468); Green value is 37 (14.84% from 255 or 7.91% from 468); Blue value is 206 (80.86% from 255 or 44.02% from 468); Max value from RGB is 225 - color contains mainly: red. Hex color #E125CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E125CE is #1EDA31. Grayscale: #6F6F6F. Windows color (decimal): -2021938 or 13510113. OLE color: 13510113.
HSL color Cylindrical-coordinate representation of color #E125CE: hue angle of 306.06º 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 #E125CE is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 225 | 37 | 206 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.12 |
| HSL | 306.06º | 0.76% | 0.51% | - |
| HSV(B) | 306.06º | 0.84% | 0.88% | - |
| XYZ | 42.85 | 21.79 | 60.34 | - |
| YUV | 112.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 225 | 37 | 206 | 0 | 0.84 | 0.08 | 0.12 | 306.06 | 0.76 | 0.51 |
| Hex | E1 | 25 | CE | 0 | 54 | 8 | C | 132 | 4C | 33 |
| Octal | 341 | 45 | 316 | 0 | 124 | 10 | 14 | 462 | 114 | 63 |
| Binary | 11100001 | 100101 | 11001110 | 0 | 1010100 | 1000 | 1100 | 100110010 | 1001100 | 110011 |
Color Harmonies of #E125CE
Complementary color
Monochromatic Colors of #E125CE
Black with #E125CE
Text Example
Text Example
White with #E125CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E125CE; }
p { color: rgb(225,37,206); }
H1.HeaderClassName
{
color: #E125CE;
}
.AnyTagClassName
{
color: #E125CE;
}
</style>
background-color css
<style>
a { background-color: #E125CE; }
a { background-color: rgb(225,37,206); }
div.DivClassName
{
background-color: #E125CE;
}
.BgClassName
{
background-color: #E125CE;
}
</style>
border-color css
<style>
span { border-color: #E125CE; }
span { border-color: rgb(225,37,206); }
td.TdClassName
{
border-color: #E125CE;
}
.TagClassName
{
border-color: #E125CE;
}
</style>