Shades of Razzle Dazzle Rose #E026DF
Tints of Razzle Dazzle Rose #E026DF
RGB
CMYK
RGB Variations
Color information
#E026DF (or 0xE026DF) is known color: Razzle Dazzle Rose. HEX triplet: E0, 26 and DF. RGB value is (224,38,223). Sum of RGB (Red+Green+Blue) = 224+38+223=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 38 (15.23% from 255 or 7.84% from 485); Blue value is 223 (87.5% from 255 or 45.98% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E026DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E026DF is #1FD920. Grayscale: #727272. Windows color (decimal): -2087201 or 14624480. OLE color: 14624480.
HSL color Cylindrical-coordinate representation of color #E026DF: hue angle of 300.32º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #E026DF is Cyan = 0, Magento = 0.83, Yellow = 0.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 223 | - |
| CMYK | 0 | 0.83 | 0.00 | 0.12 |
| HSL | 300.32º | 0.75% | 0.51% | - |
| HSV(B) | 300.32º | 0.83% | 0.88% | - |
| XYZ | 44.75 | 22.56 | 71.81 | - |
| YUV | 114.7 | 189.12 | 205.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 223 | 0 | 0.83 | 0.00 | 0.12 | 300.32 | 0.75 | 0.51 |
| Hex | E0 | 26 | DF | 0 | 53 | 0 | C | 12C | 4B | 33 |
| Octal | 340 | 46 | 337 | 0 | 123 | 0 | 14 | 454 | 113 | 63 |
| Binary | 11100000 | 100110 | 11011111 | 0 | 1010011 | 0 | 1100 | 100101100 | 1001011 | 110011 |
Color Harmonies of #E026DF
Complementary color
Monochromatic Colors of #E026DF
Black with #E026DF
Text Example
Text Example
White with #E026DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026DF; }
p { color: rgb(224,38,223); }
H1.HeaderClassName
{
color: #E026DF;
}
.AnyTagClassName
{
color: #E026DF;
}
</style>
background-color css
<style>
a { background-color: #E026DF; }
a { background-color: rgb(224,38,223); }
div.DivClassName
{
background-color: #E026DF;
}
.BgClassName
{
background-color: #E026DF;
}
</style>
border-color css
<style>
span { border-color: #E026DF; }
span { border-color: rgb(224,38,223); }
td.TdClassName
{
border-color: #E026DF;
}
.TagClassName
{
border-color: #E026DF;
}
</style>