Shades of Razzle Dazzle Rose #E026C2
Tints of Razzle Dazzle Rose #E026C2
RGB
CMYK
RGB Variations
Color information
#E026C2 (or 0xE026C2) is known color: Razzle Dazzle Rose. HEX triplet: E0, 26 and C2. RGB value is (224,38,194). Sum of RGB (Red+Green+Blue) = 224+38+194=456 (60% of max value = 765). Red value is 224 (87.89% from 255 or 49.12% from 456); Green value is 38 (15.23% from 255 or 8.33% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 224 - color contains mainly: red. Hex color #E026C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E026C2 is #1FD93D. Grayscale: #6E6E6E. Windows color (decimal): -2087230 or 12723936. OLE color: 12723936.
HSL color Cylindrical-coordinate representation of color #E026C2: hue angle of 309.68º 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 #E026C2 is Cyan = 0, Magento = 0.83, Yellow = 0.13 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 38 | 194 | - |
| CMYK | 0 | 0.83 | 0.13 | 0.12 |
| HSL | 309.68º | 0.75% | 0.51% | - |
| HSV(B) | 309.68º | 0.83% | 0.88% | - |
| XYZ | 41.17 | 21.13 | 52.95 | - |
| YUV | 111.4 | 174.62 | 208.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 38 | 194 | 0 | 0.83 | 0.13 | 0.12 | 309.68 | 0.75 | 0.51 |
| Hex | E0 | 26 | C2 | 0 | 53 | D | C | 136 | 4B | 33 |
| Octal | 340 | 46 | 302 | 0 | 123 | 15 | 14 | 466 | 113 | 63 |
| Binary | 11100000 | 100110 | 11000010 | 0 | 1010011 | 1101 | 1100 | 100110110 | 1001011 | 110011 |
Color Harmonies of #E026C2
Complementary color
Monochromatic Colors of #E026C2
Black with #E026C2
Text Example
Text Example
White with #E026C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E026C2; }
p { color: rgb(224,38,194); }
H1.HeaderClassName
{
color: #E026C2;
}
.AnyTagClassName
{
color: #E026C2;
}
</style>
background-color css
<style>
a { background-color: #E026C2; }
a { background-color: rgb(224,38,194); }
div.DivClassName
{
background-color: #E026C2;
}
.BgClassName
{
background-color: #E026C2;
}
</style>
border-color css
<style>
span { border-color: #E026C2; }
span { border-color: rgb(224,38,194); }
td.TdClassName
{
border-color: #E026C2;
}
.TagClassName
{
border-color: #E026C2;
}
</style>