Shades of Razzle Dazzle Rose #E02FBC
Tints of Razzle Dazzle Rose #E02FBC
RGB
CMYK
RGB Variations
Color information
#E02FBC (or 0xE02FBC) is known color: Razzle Dazzle Rose. HEX triplet: E0, 2F and BC. RGB value is (224,47,188). Sum of RGB (Red+Green+Blue) = 224+47+188=459 (60% of max value = 765). Red value is 224 (87.89% from 255 or 48.80% from 459); Green value is 47 (18.75% from 255 or 10.24% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 224 - color contains mainly: red. Hex color #E02FBC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E02FBC is #1FD043. Grayscale: #737373. Windows color (decimal): -2084932 or 12333024. OLE color: 12333024.
HSL color Cylindrical-coordinate representation of color #E02FBC: hue angle of 312.2º 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 #E02FBC is Cyan = 0, Magento = 0.79, Yellow = 0.16 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 224 | 47 | 188 | - |
| CMYK | 0 | 0.79 | 0.16 | 0.12 |
| HSL | 312.2º | 0.74% | 0.53% | - |
| HSV(B) | 312.2º | 0.79% | 0.88% | - |
| XYZ | 40.83 | 21.51 | 49.58 | - |
| YUV | 116 | 168.64 | 205.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 224 | 47 | 188 | 0 | 0.79 | 0.16 | 0.12 | 312.2 | 0.74 | 0.53 |
| Hex | E0 | 2F | BC | 0 | 4F | 10 | C | 138 | 4A | 35 |
| Octal | 340 | 57 | 274 | 0 | 117 | 20 | 14 | 470 | 112 | 65 |
| Binary | 11100000 | 101111 | 10111100 | 0 | 1001111 | 10000 | 1100 | 100111000 | 1001010 | 110101 |
Color Harmonies of #E02FBC
Complementary color
Monochromatic Colors of #E02FBC
Black with #E02FBC
Text Example
Text Example
White with #E02FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E02FBC; }
p { color: rgb(224,47,188); }
H1.HeaderClassName
{
color: #E02FBC;
}
.AnyTagClassName
{
color: #E02FBC;
}
</style>
background-color css
<style>
a { background-color: #E02FBC; }
a { background-color: rgb(224,47,188); }
div.DivClassName
{
background-color: #E02FBC;
}
.BgClassName
{
background-color: #E02FBC;
}
</style>
border-color css
<style>
span { border-color: #E02FBC; }
span { border-color: rgb(224,47,188); }
td.TdClassName
{
border-color: #E02FBC;
}
.TagClassName
{
border-color: #E02FBC;
}
</style>