Shades of Razzle Dazzle Rose #E925C0
Tints of Razzle Dazzle Rose #E925C0
RGB
CMYK
RGB Variations
Color information
#E925C0 (or 0xE925C0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 25 and C0. RGB value is (233,37,192). Sum of RGB (Red+Green+Blue) = 233+37+192=462 (61% of max value = 765). Red value is 233 (91.41% from 255 or 50.43% from 462); Green value is 37 (14.84% from 255 or 8.01% from 462); Blue value is 192 (75.39% from 255 or 41.56% from 462); Max value from RGB is 233 - color contains mainly: red. Hex color #E925C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E925C0 is #16DA3F. Grayscale: #707070. Windows color (decimal): -1497664 or 12592617. OLE color: 12592617.
HSL color Cylindrical-coordinate representation of color #E925C0: hue angle of 312.55º degrees, saturation: 0.82, 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 #E925C0 is Cyan = 0, Magento = 0.84, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 37 | 192 | - |
| CMYK | 0 | 0.84 | 0.18 | 0.09 |
| HSL | 312.55º | 0.82% | 0.53% | - |
| HSV(B) | 312.55º | 0.84% | 0.91% | - |
| XYZ | 43.78 | 22.45 | 51.9 | - |
| YUV | 113.27 | 172.43 | 213.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 37 | 192 | 0 | 0.84 | 0.18 | 0.09 | 312.55 | 0.82 | 0.53 |
| Hex | E9 | 25 | C0 | 0 | 54 | 12 | 9 | 139 | 52 | 35 |
| Octal | 351 | 45 | 300 | 0 | 124 | 22 | 11 | 471 | 122 | 65 |
| Binary | 11101001 | 100101 | 11000000 | 0 | 1010100 | 10010 | 1001 | 100111001 | 1010010 | 110101 |
Color Harmonies of #E925C0
Complementary color
Monochromatic Colors of #E925C0
Black with #E925C0
Text Example
Text Example
White with #E925C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E925C0; }
p { color: rgb(233,37,192); }
H1.HeaderClassName
{
color: #E925C0;
}
.AnyTagClassName
{
color: #E925C0;
}
</style>
background-color css
<style>
a { background-color: #E925C0; }
a { background-color: rgb(233,37,192); }
div.DivClassName
{
background-color: #E925C0;
}
.BgClassName
{
background-color: #E925C0;
}
</style>
border-color css
<style>
span { border-color: #E925C0; }
span { border-color: rgb(233,37,192); }
td.TdClassName
{
border-color: #E925C0;
}
.TagClassName
{
border-color: #E925C0;
}
</style>