Shades of Razzle Dazzle Rose #E92FC0
Tints of Razzle Dazzle Rose #E92FC0
RGB
CMYK
RGB Variations
Color information
#E92FC0 (or 0xE92FC0) is known color: Razzle Dazzle Rose. HEX triplet: E9, 2F and C0. RGB value is (233,47,192). Sum of RGB (Red+Green+Blue) = 233+47+192=472 (62% of max value = 765). Red value is 233 (91.41% from 255 or 49.36% from 472); Green value is 47 (18.75% from 255 or 9.96% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 233 - color contains mainly: red. Hex color #E92FC0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E92FC0 is #16D03F. Grayscale: #767676. Windows color (decimal): -1495104 or 12595177. OLE color: 12595177.
HSL color Cylindrical-coordinate representation of color #E92FC0: hue angle of 313.23º degrees, saturation: 0.81, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E92FC0 is Cyan = 0, Magento = 0.80, Yellow = 0.18 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 233 | 47 | 192 | - |
| CMYK | 0 | 0.80 | 0.18 | 0.09 |
| HSL | 313.23º | 0.81% | 0.55% | - |
| HSV(B) | 313.23º | 0.8% | 0.91% | - |
| XYZ | 44.14 | 23.16 | 52.01 | - |
| YUV | 119.14 | 169.12 | 209.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 233 | 47 | 192 | 0 | 0.80 | 0.18 | 0.09 | 313.23 | 0.81 | 0.55 |
| Hex | E9 | 2F | C0 | 0 | 50 | 12 | 9 | 139 | 51 | 37 |
| Octal | 351 | 57 | 300 | 0 | 120 | 22 | 11 | 471 | 121 | 67 |
| Binary | 11101001 | 101111 | 11000000 | 0 | 1010000 | 10010 | 1001 | 100111001 | 1010001 | 110111 |
Color Harmonies of #E92FC0
Complementary color
Monochromatic Colors of #E92FC0
Black with #E92FC0
Text Example
Text Example
White with #E92FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E92FC0; }
p { color: rgb(233,47,192); }
H1.HeaderClassName
{
color: #E92FC0;
}
.AnyTagClassName
{
color: #E92FC0;
}
</style>
background-color css
<style>
a { background-color: #E92FC0; }
a { background-color: rgb(233,47,192); }
div.DivClassName
{
background-color: #E92FC0;
}
.BgClassName
{
background-color: #E92FC0;
}
</style>
border-color css
<style>
span { border-color: #E92FC0; }
span { border-color: rgb(233,47,192); }
td.TdClassName
{
border-color: #E92FC0;
}
.TagClassName
{
border-color: #E92FC0;
}
</style>