Shades of Razzle Dazzle Rose #E035BE
Tints of Razzle Dazzle Rose #E035BE
RGB
CMYK
RGB Variations
Color information
#E035BE (or 0xE035BE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 35 and BE. RGB value is (224,53,190). Sum of RGB (Red+Green+Blue) = 224+53+190=467 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.97% from 467); Green value is 53 (21.09% from 255 or 11.35% from 467); Blue value is 190 (74.61% from 255 or 40.69% from 467); Max value from RGB is 224 - color contains mainly: red. Hex color #E035BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E035BE is #1FCA41. Grayscale: #777777. Windows color (decimal): -2083394 or 12465632. OLE color: 12465632.
HSL color Cylindrical-coordinate representation of color #E035BE: hue angle of 311.93º degrees, saturation: 0.73, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E035BE is Cyan = 0, Magento = 0.76, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 53 | 190 | - |
| CMYK | 0 | 0.76 | 0.15 | 0.12 |
| HSL | 311.93º | 0.73% | 0.54% | - |
| HSV(B) | 311.93º | 0.76% | 0.88% | - |
| XYZ | 41.31 | 22.11 | 50.81 | - |
| YUV | 119.75 | 167.65 | 202.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 53 | 190 | 0 | 0.76 | 0.15 | 0.12 | 311.93 | 0.73 | 0.54 |
| Hex | E0 | 35 | BE | 0 | 4C | F | C | 138 | 49 | 36 |
| Octal | 340 | 65 | 276 | 0 | 114 | 17 | 14 | 470 | 111 | 66 |
| Binary | 11100000 | 110101 | 10111110 | 0 | 1001100 | 1111 | 1100 | 100111000 | 1001001 | 110110 |
Color Harmonies of #E035BE
Complementary color
Monochromatic Colors of #E035BE
Black with #E035BE
Text Example
Text Example
White with #E035BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E035BE; }
p { color: rgb(224,53,190); }
H1.HeaderClassName
{
color: #E035BE;
}
.AnyTagClassName
{
color: #E035BE;
}
</style>
background-color css
<style>
a { background-color: #E035BE; }
a { background-color: rgb(224,53,190); }
div.DivClassName
{
background-color: #E035BE;
}
.BgClassName
{
background-color: #E035BE;
}
</style>
border-color css
<style>
span { border-color: #E035BE; }
span { border-color: rgb(224,53,190); }
td.TdClassName
{
border-color: #E035BE;
}
.TagClassName
{
border-color: #E035BE;
}
</style>