Shades of Razzle Dazzle Rose #EE28BC
Tints of Razzle Dazzle Rose #EE28BC
RGB
CMYK
RGB Variations
Color information
#EE28BC (or 0xEE28BC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 28 and BC. RGB value is (238,40,188). Sum of RGB (Red+Green+Blue) = 238+40+188=466 (61% of max value = 765). Red value is 238 (93.36% from 255 or 51.07% from 466); Green value is 40 (16.02% from 255 or 8.58% from 466); Blue value is 188 (73.83% from 255 or 40.34% from 466); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE28BC is #11D743. Grayscale: #737373. Windows color (decimal): -1169220 or 12331246. OLE color: 12331246.
HSL color Cylindrical-coordinate representation of color #EE28BC: hue angle of 315.15º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE28BC is Cyan = 0, Magento = 0.83, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 188 | - |
| CMYK | 0 | 0.83 | 0.21 | 0.07 |
| HSL | 315.15º | 0.85% | 0.55% | - |
| HSV(B) | 315.15º | 0.83% | 0.93% | - |
| XYZ | 45.1 | 23.33 | 49.7 | - |
| YUV | 116.07 | 168.6 | 214.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 188 | 0 | 0.83 | 0.21 | 0.07 | 315.15 | 0.85 | 0.55 |
| Hex | EE | 28 | BC | 0 | 53 | 15 | 7 | 13B | 55 | 37 |
| Octal | 356 | 50 | 274 | 0 | 123 | 25 | 7 | 473 | 125 | 67 |
| Binary | 11101110 | 101000 | 10111100 | 0 | 1010011 | 10101 | 111 | 100111011 | 1010101 | 110111 |
Color Harmonies of #EE28BC
Complementary color
Monochromatic Colors of #EE28BC
Black with #EE28BC
Text Example
Text Example
White with #EE28BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28BC; }
p { color: rgb(238,40,188); }
H1.HeaderClassName
{
color: #EE28BC;
}
.AnyTagClassName
{
color: #EE28BC;
}
</style>
background-color css
<style>
a { background-color: #EE28BC; }
a { background-color: rgb(238,40,188); }
div.DivClassName
{
background-color: #EE28BC;
}
.BgClassName
{
background-color: #EE28BC;
}
</style>
border-color css
<style>
span { border-color: #EE28BC; }
span { border-color: rgb(238,40,188); }
td.TdClassName
{
border-color: #EE28BC;
}
.TagClassName
{
border-color: #EE28BC;
}
</style>