Shades of Razzle Dazzle Rose #E038BC
Tints of Razzle Dazzle Rose #E038BC
RGB
CMYK
RGB Variations
Color information
#E038BC (or 0xE038BC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 38 and BC. RGB value is (224,56,188). Sum of RGB (Red+Green+Blue) = 224+56+188=468 (61% of max value = 765). Red value is 224 (87.89% from 255 or 47.86% from 468); Green value is 56 (22.27% from 255 or 11.97% from 468); Blue value is 188 (73.83% from 255 or 40.17% from 468); Max value from RGB is 224 - color contains mainly: red. Hex color #E038BC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038BC is #1FC743. Grayscale: #787878. Windows color (decimal): -2082628 or 12335328. OLE color: 12335328.
HSL color Cylindrical-coordinate representation of color #E038BC: hue angle of 312.86º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E038BC is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 188 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.12 |
| HSL | 312.86º | 0.73% | 0.55% | - |
| HSV(B) | 312.86º | 0.75% | 0.88% | - |
| XYZ | 41.23 | 22.31 | 49.71 | - |
| YUV | 121.28 | 165.66 | 201.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 188 | 0 | 0.75 | 0.16 | 0.12 | 312.86 | 0.73 | 0.55 |
| Hex | E0 | 38 | BC | 0 | 4B | 10 | C | 139 | 49 | 37 |
| Octal | 340 | 70 | 274 | 0 | 113 | 20 | 14 | 471 | 111 | 67 |
| Binary | 11100000 | 111000 | 10111100 | 0 | 1001011 | 10000 | 1100 | 100111001 | 1001001 | 110111 |
Color Harmonies of #E038BC
Complementary color
Monochromatic Colors of #E038BC
Black with #E038BC
Text Example
Text Example
White with #E038BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E038BC; }
p { color: rgb(224,56,188); }
H1.HeaderClassName
{
color: #E038BC;
}
.AnyTagClassName
{
color: #E038BC;
}
</style>
background-color css
<style>
a { background-color: #E038BC; }
a { background-color: rgb(224,56,188); }
div.DivClassName
{
background-color: #E038BC;
}
.BgClassName
{
background-color: #E038BC;
}
</style>
border-color css
<style>
span { border-color: #E038BC; }
span { border-color: rgb(224,56,188); }
td.TdClassName
{
border-color: #E038BC;
}
.TagClassName
{
border-color: #E038BC;
}
</style>