Shades of Razzle Dazzle Rose #E031CF
Tints of Razzle Dazzle Rose #E031CF
RGB
CMYK
RGB Variations
Color information
#E031CF (or 0xE031CF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 31 and CF. RGB value is (224,49,207). Sum of RGB (Red+Green+Blue) = 224+49+207=480 (63% of max value = 765). Red value is 224 (87.89% from 255 or 46.67% from 480); Green value is 49 (19.53% from 255 or 10.21% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 224 - color contains mainly: red. Hex color #E031CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E031CF is #1FCE30. Grayscale: #767676. Windows color (decimal): -2084401 or 13578720. OLE color: 13578720.
HSL color Cylindrical-coordinate representation of color #E031CF: hue angle of 305.83º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E031CF is Cyan = 0, Magento = 0.78, Yellow = 0.08 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 49 | 207 | - |
| CMYK | 0 | 0.78 | 0.08 | 0.12 |
| HSL | 305.83º | 0.74% | 0.54% | - |
| HSV(B) | 305.83º | 0.78% | 0.88% | - |
| XYZ | 43.1 | 22.55 | 61.11 | - |
| YUV | 119.34 | 177.48 | 202.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 49 | 207 | 0 | 0.78 | 0.08 | 0.12 | 305.83 | 0.74 | 0.54 |
| Hex | E0 | 31 | CF | 0 | 4E | 8 | C | 132 | 4A | 36 |
| Octal | 340 | 61 | 317 | 0 | 116 | 10 | 14 | 462 | 112 | 66 |
| Binary | 11100000 | 110001 | 11001111 | 0 | 1001110 | 1000 | 1100 | 100110010 | 1001010 | 110110 |
Color Harmonies of #E031CF
Complementary color
Monochromatic Colors of #E031CF
Black with #E031CF
Text Example
Text Example
White with #E031CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E031CF; }
p { color: rgb(224,49,207); }
H1.HeaderClassName
{
color: #E031CF;
}
.AnyTagClassName
{
color: #E031CF;
}
</style>
background-color css
<style>
a { background-color: #E031CF; }
a { background-color: rgb(224,49,207); }
div.DivClassName
{
background-color: #E031CF;
}
.BgClassName
{
background-color: #E031CF;
}
</style>
border-color css
<style>
span { border-color: #E031CF; }
span { border-color: rgb(224,49,207); }
td.TdClassName
{
border-color: #E031CF;
}
.TagClassName
{
border-color: #E031CF;
}
</style>