Shades of Razzle Dazzle Rose #EE28BE
Tints of Razzle Dazzle Rose #EE28BE
RGB
CMYK
RGB Variations
Color information
#EE28BE (or 0xEE28BE) is known color: Razzle Dazzle Rose. HEX triplet: EE, 28 and BE. RGB value is (238,40,190). Sum of RGB (Red+Green+Blue) = 238+40+190=468 (61% of max value = 765). Red value is 238 (93.36% from 255 or 50.85% from 468); Green value is 40 (16.02% from 255 or 8.55% from 468); Blue value is 190 (74.61% from 255 or 40.60% from 468); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28BE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE28BE is #11D741. Grayscale: #737373. Windows color (decimal): -1169218 or 12462318. OLE color: 12462318.
HSL color Cylindrical-coordinate representation of color #EE28BE: hue angle of 314.55º 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 #EE28BE is Cyan = 0, Magento = 0.83, Yellow = 0.20 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 190 | - |
| CMYK | 0 | 0.83 | 0.20 | 0.07 |
| HSL | 314.55º | 0.85% | 0.55% | - |
| HSV(B) | 314.55º | 0.83% | 0.93% | - |
| XYZ | 45.31 | 23.41 | 50.85 | - |
| YUV | 116.3 | 169.6 | 214.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 190 | 0 | 0.83 | 0.20 | 0.07 | 314.55 | 0.85 | 0.55 |
| Hex | EE | 28 | BE | 0 | 53 | 14 | 7 | 13B | 55 | 37 |
| Octal | 356 | 50 | 276 | 0 | 123 | 24 | 7 | 473 | 125 | 67 |
| Binary | 11101110 | 101000 | 10111110 | 0 | 1010011 | 10100 | 111 | 100111011 | 1010101 | 110111 |
Color Harmonies of #EE28BE
Complementary color
Monochromatic Colors of #EE28BE
Black with #EE28BE
Text Example
Text Example
White with #EE28BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28BE; }
p { color: rgb(238,40,190); }
H1.HeaderClassName
{
color: #EE28BE;
}
.AnyTagClassName
{
color: #EE28BE;
}
</style>
background-color css
<style>
a { background-color: #EE28BE; }
a { background-color: rgb(238,40,190); }
div.DivClassName
{
background-color: #EE28BE;
}
.BgClassName
{
background-color: #EE28BE;
}
</style>
border-color css
<style>
span { border-color: #EE28BE; }
span { border-color: rgb(238,40,190); }
td.TdClassName
{
border-color: #EE28BE;
}
.TagClassName
{
border-color: #EE28BE;
}
</style>