Shades of Razzle Dazzle Rose #E825CF
Tints of Razzle Dazzle Rose #E825CF
RGB
CMYK
RGB Variations
Color information
#E825CF (or 0xE825CF) is known color: Razzle Dazzle Rose. HEX triplet: E8, 25 and CF. RGB value is (232,37,207). Sum of RGB (Red+Green+Blue) = 232+37+207=476 (63% of max value = 765). Red value is 232 (91.02% from 255 or 48.74% from 476); Green value is 37 (14.84% from 255 or 7.77% from 476); Blue value is 207 (81.25% from 255 or 43.49% from 476); Max value from RGB is 232 - color contains mainly: red. Hex color #E825CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E825CF is #17DA30. Grayscale: #727272. Windows color (decimal): -1563185 or 13575656. OLE color: 13575656.
HSL color Cylindrical-coordinate representation of color #E825CF: hue angle of 307.69º degrees, saturation: 0.81, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E825CF is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 37 | 207 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.09 |
| HSL | 307.69º | 0.81% | 0.53% | - |
| HSV(B) | 307.69º | 0.84% | 0.91% | - |
| XYZ | 45.2 | 22.98 | 61.09 | - |
| YUV | 114.69 | 180.1 | 211.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 37 | 207 | 0 | 0.84 | 0.11 | 0.09 | 307.69 | 0.81 | 0.53 |
| Hex | E8 | 25 | CF | 0 | 54 | B | 9 | 134 | 51 | 35 |
| Octal | 350 | 45 | 317 | 0 | 124 | 13 | 11 | 464 | 121 | 65 |
| Binary | 11101000 | 100101 | 11001111 | 0 | 1010100 | 1011 | 1001 | 100110100 | 1010001 | 110101 |
Color Harmonies of #E825CF
Complementary color
Monochromatic Colors of #E825CF
Black with #E825CF
Text Example
Text Example
White with #E825CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E825CF; }
p { color: rgb(232,37,207); }
H1.HeaderClassName
{
color: #E825CF;
}
.AnyTagClassName
{
color: #E825CF;
}
</style>
background-color css
<style>
a { background-color: #E825CF; }
a { background-color: rgb(232,37,207); }
div.DivClassName
{
background-color: #E825CF;
}
.BgClassName
{
background-color: #E825CF;
}
</style>
border-color css
<style>
span { border-color: #E825CF; }
span { border-color: rgb(232,37,207); }
td.TdClassName
{
border-color: #E825CF;
}
.TagClassName
{
border-color: #E825CF;
}
</style>