Shades of Razzle Dazzle Rose #E038D2
Tints of Razzle Dazzle Rose #E038D2
RGB
CMYK
RGB Variations
Color information
#E038D2 (or 0xE038D2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 38 and D2. RGB value is (224,56,210). Sum of RGB (Red+Green+Blue) = 224+56+210=490 (64% of max value = 765). Red value is 224 (87.89% from 255 or 45.71% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 224 - color contains mainly: red. Hex color #E038D2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E038D2 is #1FC72D. Grayscale: #7B7B7B. Windows color (decimal): -2082606 or 13777120. OLE color: 13777120.
HSL color Cylindrical-coordinate representation of color #E038D2: hue angle of 305º 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 #E038D2 is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 56 | 210 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.12 |
| HSL | 305º | 0.73% | 0.55% | - |
| HSV(B) | 305º | 0.75% | 0.88% | - |
| XYZ | 43.79 | 23.33 | 63.17 | - |
| YUV | 123.79 | 176.66 | 199.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 56 | 210 | 0 | 0.75 | 0.06 | 0.12 | 305 | 0.73 | 0.55 |
| Hex | E0 | 38 | D2 | 0 | 4B | 6 | C | 131 | 49 | 37 |
| Octal | 340 | 70 | 322 | 0 | 113 | 6 | 14 | 461 | 111 | 67 |
| Binary | 11100000 | 111000 | 11010010 | 0 | 1001011 | 110 | 1100 | 100110001 | 1001001 | 110111 |
Color Harmonies of #E038D2
Complementary color
Monochromatic Colors of #E038D2
Black with #E038D2
Text Example
Text Example
White with #E038D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E038D2; }
p { color: rgb(224,56,210); }
H1.HeaderClassName
{
color: #E038D2;
}
.AnyTagClassName
{
color: #E038D2;
}
</style>
background-color css
<style>
a { background-color: #E038D2; }
a { background-color: rgb(224,56,210); }
div.DivClassName
{
background-color: #E038D2;
}
.BgClassName
{
background-color: #E038D2;
}
</style>
border-color css
<style>
span { border-color: #E038D2; }
span { border-color: rgb(224,56,210); }
td.TdClassName
{
border-color: #E038D2;
}
.TagClassName
{
border-color: #E038D2;
}
</style>