Shades of Razzle Dazzle Rose #E02BDA
Tints of Razzle Dazzle Rose #E02BDA
RGB
CMYK
RGB Variations
Color information
#E02BDA (or 0xE02BDA) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2B and DA. RGB value is (224,43,218). Sum of RGB (Red+Green+Blue) = 224+43+218=485 (64% of max value = 765). Red value is 224 (87.89% from 255 or 46.19% from 485); Green value is 43 (17.19% from 255 or 8.87% from 485); Blue value is 218 (85.55% from 255 or 44.95% from 485); Max value from RGB is 224 - color contains mainly: red. Hex color #E02BDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02BDA is #1FD425. Grayscale: #747474. Windows color (decimal): -2085926 or 14298080. OLE color: 14298080.
HSL color Cylindrical-coordinate representation of color #E02BDA: hue angle of 301.99º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E02BDA is Cyan = 0, Magento = 0.81, Yellow = 0.03 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 43 | 218 | - |
| CMYK | 0 | 0.81 | 0.03 | 0.12 |
| HSL | 301.99º | 0.74% | 0.52% | - |
| HSV(B) | 301.99º | 0.81% | 0.88% | - |
| XYZ | 44.26 | 22.64 | 68.37 | - |
| YUV | 117.07 | 184.97 | 204.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 43 | 218 | 0 | 0.81 | 0.03 | 0.12 | 301.99 | 0.74 | 0.52 |
| Hex | E0 | 2B | DA | 0 | 51 | 3 | C | 12E | 4A | 34 |
| Octal | 340 | 53 | 332 | 0 | 121 | 3 | 14 | 456 | 112 | 64 |
| Binary | 11100000 | 101011 | 11011010 | 0 | 1010001 | 11 | 1100 | 100101110 | 1001010 | 110100 |
Color Harmonies of #E02BDA
Complementary color
Monochromatic Colors of #E02BDA
Black with #E02BDA
Text Example
Text Example
White with #E02BDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02BDA; }
p { color: rgb(224,43,218); }
H1.HeaderClassName
{
color: #E02BDA;
}
.AnyTagClassName
{
color: #E02BDA;
}
</style>
background-color css
<style>
a { background-color: #E02BDA; }
a { background-color: rgb(224,43,218); }
div.DivClassName
{
background-color: #E02BDA;
}
.BgClassName
{
background-color: #E02BDA;
}
</style>
border-color css
<style>
span { border-color: #E02BDA; }
span { border-color: rgb(224,43,218); }
td.TdClassName
{
border-color: #E02BDA;
}
.TagClassName
{
border-color: #E02BDA;
}
</style>