Shades of Razzle Dazzle Rose #E03CBE
Tints of Razzle Dazzle Rose #E03CBE
RGB
CMYK
RGB Variations
Color information
#E03CBE (or 0xE03CBE) is known color: Razzle Dazzle Rose. HEX triplet: E0, 3C and BE. RGB value is (224,60,190). Sum of RGB (Red+Green+Blue) = 224+60+190=474 (62% of max value = 765). Red value is 224 (87.89% from 255 or 47.26% from 474); Green value is 60 (23.83% from 255 or 12.66% from 474); Blue value is 190 (74.61% from 255 or 40.08% from 474); Max value from RGB is 224 - color contains mainly: red. Hex color #E03CBE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E03CBE is #1FC341. Grayscale: #7B7B7B. Windows color (decimal): -2081602 or 12467424. OLE color: 12467424.
HSL color Cylindrical-coordinate representation of color #E03CBE: hue angle of 312.44º degrees, saturation: 0.73, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E03CBE is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 60 | 190 | - |
| CMYK | 0 | 0.73 | 0.15 | 0.12 |
| HSL | 312.44º | 0.73% | 0.56% | - |
| HSV(B) | 312.44º | 0.73% | 0.88% | - |
| XYZ | 41.65 | 22.8 | 50.92 | - |
| YUV | 123.86 | 165.33 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 60 | 190 | 0 | 0.73 | 0.15 | 0.12 | 312.44 | 0.73 | 0.56 |
| Hex | E0 | 3C | BE | 0 | 49 | F | C | 138 | 49 | 38 |
| Octal | 340 | 74 | 276 | 0 | 111 | 17 | 14 | 470 | 111 | 70 |
| Binary | 11100000 | 111100 | 10111110 | 0 | 1001001 | 1111 | 1100 | 100111000 | 1001001 | 111000 |
Color Harmonies of #E03CBE
Complementary color
Monochromatic Colors of #E03CBE
Black with #E03CBE
Text Example
Text Example
White with #E03CBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E03CBE; }
p { color: rgb(224,60,190); }
H1.HeaderClassName
{
color: #E03CBE;
}
.AnyTagClassName
{
color: #E03CBE;
}
</style>
background-color css
<style>
a { background-color: #E03CBE; }
a { background-color: rgb(224,60,190); }
div.DivClassName
{
background-color: #E03CBE;
}
.BgClassName
{
background-color: #E03CBE;
}
</style>
border-color css
<style>
span { border-color: #E03CBE; }
span { border-color: rgb(224,60,190); }
td.TdClassName
{
border-color: #E03CBE;
}
.TagClassName
{
border-color: #E03CBE;
}
</style>