Shades of Razzle Dazzle Rose #EE2BC2
Tints of Razzle Dazzle Rose #EE2BC2
RGB
CMYK
RGB Variations
Color information
#EE2BC2 (or 0xEE2BC2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and C2. RGB value is (238,43,194). Sum of RGB (Red+Green+Blue) = 238+43+194=475 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.11% from 475); Green value is 43 (17.19% from 255 or 9.05% from 475); Blue value is 194 (76.17% from 255 or 40.84% from 475); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BC2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BC2 is #11D43D. Grayscale: #767676. Windows color (decimal): -1168446 or 12725230. OLE color: 12725230.
HSL color Cylindrical-coordinate representation of color #EE2BC2: hue angle of 313.54º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #EE2BC2 is Cyan = 0, Magento = 0.82, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 194 | - |
| CMYK | 0 | 0.82 | 0.18 | 0.07 |
| HSL | 313.54º | 0.85% | 0.55% | - |
| HSV(B) | 313.54º | 0.82% | 0.93% | - |
| XYZ | 45.86 | 23.8 | 53.22 | - |
| YUV | 118.52 | 170.6 | 213.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 194 | 0 | 0.82 | 0.18 | 0.07 | 313.54 | 0.85 | 0.55 |
| Hex | EE | 2B | C2 | 0 | 52 | 12 | 7 | 13A | 55 | 37 |
| Octal | 356 | 53 | 302 | 0 | 122 | 22 | 7 | 472 | 125 | 67 |
| Binary | 11101110 | 101011 | 11000010 | 0 | 1010010 | 10010 | 111 | 100111010 | 1010101 | 110111 |
Color Harmonies of #EE2BC2
Complementary color
Monochromatic Colors of #EE2BC2
Black with #EE2BC2
Text Example
Text Example
White with #EE2BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BC2; }
p { color: rgb(238,43,194); }
H1.HeaderClassName
{
color: #EE2BC2;
}
.AnyTagClassName
{
color: #EE2BC2;
}
</style>
background-color css
<style>
a { background-color: #EE2BC2; }
a { background-color: rgb(238,43,194); }
div.DivClassName
{
background-color: #EE2BC2;
}
.BgClassName
{
background-color: #EE2BC2;
}
</style>
border-color css
<style>
span { border-color: #EE2BC2; }
span { border-color: rgb(238,43,194); }
td.TdClassName
{
border-color: #EE2BC2;
}
.TagClassName
{
border-color: #EE2BC2;
}
</style>