Shades of Razzle Dazzle Rose #E02FDC
Tints of Razzle Dazzle Rose #E02FDC
RGB
CMYK
RGB Variations
Color information
#E02FDC (or 0xE02FDC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2F and DC. RGB value is (224,47,220). Sum of RGB (Red+Green+Blue) = 224+47+220=491 (65% of max value = 765). Red value is 224 (87.89% from 255 or 45.62% from 491); Green value is 47 (18.75% from 255 or 9.57% from 491); Blue value is 220 (86.33% from 255 or 44.81% from 491); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02FDC is #1FD023. Grayscale: #777777. Windows color (decimal): -2084900 or 14430176. OLE color: 14430176.
HSL color Cylindrical-coordinate representation of color #E02FDC: hue angle of 301.36º degrees, saturation: 0.74, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #E02FDC is Cyan = 0, Magento = 0.79, Yellow = 0.02 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 220 | - |
| CMYK | 0 | 0.79 | 0.02 | 0.12 |
| HSL | 301.36º | 0.74% | 0.53% | - |
| HSV(B) | 301.36º | 0.79% | 0.88% | - |
| XYZ | 44.68 | 23.05 | 69.8 | - |
| YUV | 119.65 | 184.64 | 202.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 220 | 0 | 0.79 | 0.02 | 0.12 | 301.36 | 0.74 | 0.53 |
| Hex | E0 | 2F | DC | 0 | 4F | 2 | C | 12D | 4A | 35 |
| Octal | 340 | 57 | 334 | 0 | 117 | 2 | 14 | 455 | 112 | 65 |
| Binary | 11100000 | 101111 | 11011100 | 0 | 1001111 | 10 | 1100 | 100101101 | 1001010 | 110101 |
Color Harmonies of #E02FDC
Complementary color
Monochromatic Colors of #E02FDC
Black with #E02FDC
Text Example
Text Example
White with #E02FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FDC; }
p { color: rgb(224,47,220); }
H1.HeaderClassName
{
color: #E02FDC;
}
.AnyTagClassName
{
color: #E02FDC;
}
</style>
background-color css
<style>
a { background-color: #E02FDC; }
a { background-color: rgb(224,47,220); }
div.DivClassName
{
background-color: #E02FDC;
}
.BgClassName
{
background-color: #E02FDC;
}
</style>
border-color css
<style>
span { border-color: #E02FDC; }
span { border-color: rgb(224,47,220); }
td.TdClassName
{
border-color: #E02FDC;
}
.TagClassName
{
border-color: #E02FDC;
}
</style>