Shades of Razzle Dazzle Rose #EE33BC
Tints of Razzle Dazzle Rose #EE33BC
RGB
CMYK
RGB Variations
Color information
#EE33BC (or 0xEE33BC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 33 and BC. RGB value is (238,51,188). Sum of RGB (Red+Green+Blue) = 238+51+188=477 (63% of max value = 765). Red value is 238 (93.36% from 255 or 49.90% from 477); Green value is 51 (20.31% from 255 or 10.69% from 477); Blue value is 188 (73.83% from 255 or 39.41% from 477); Max value from RGB is 238 - color contains mainly: red. Hex color #EE33BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE33BC is #11CC43. Grayscale: #7A7A7A. Windows color (decimal): -1166404 or 12334062. OLE color: 12334062.
HSL color Cylindrical-coordinate representation of color #EE33BC: hue angle of 316.04º degrees, saturation: 0.85, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE33BC is Cyan = 0, Magento = 0.79, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 51 | 188 | - |
| CMYK | 0 | 0.79 | 0.21 | 0.07 |
| HSL | 316.04º | 0.85% | 0.57% | - |
| HSV(B) | 316.04º | 0.79% | 0.93% | - |
| XYZ | 45.52 | 24.18 | 49.84 | - |
| YUV | 122.53 | 164.95 | 210.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 51 | 188 | 0 | 0.79 | 0.21 | 0.07 | 316.04 | 0.85 | 0.57 |
| Hex | EE | 33 | BC | 0 | 4F | 15 | 7 | 13C | 55 | 39 |
| Octal | 356 | 63 | 274 | 0 | 117 | 25 | 7 | 474 | 125 | 71 |
| Binary | 11101110 | 110011 | 10111100 | 0 | 1001111 | 10101 | 111 | 100111100 | 1010101 | 111001 |
Color Harmonies of #EE33BC
Complementary color
Monochromatic Colors of #EE33BC
Black with #EE33BC
Text Example
Text Example
White with #EE33BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE33BC; }
p { color: rgb(238,51,188); }
H1.HeaderClassName
{
color: #EE33BC;
}
.AnyTagClassName
{
color: #EE33BC;
}
</style>
background-color css
<style>
a { background-color: #EE33BC; }
a { background-color: rgb(238,51,188); }
div.DivClassName
{
background-color: #EE33BC;
}
.BgClassName
{
background-color: #EE33BC;
}
</style>
border-color css
<style>
span { border-color: #EE33BC; }
span { border-color: rgb(238,51,188); }
td.TdClassName
{
border-color: #EE33BC;
}
.TagClassName
{
border-color: #EE33BC;
}
</style>