Shades of Razzle Dazzle Rose #EE2BEA
Tints of Razzle Dazzle Rose #EE2BEA
RGB
CMYK
RGB Variations
Color information
#EE2BEA (or 0xEE2BEA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and EA. RGB value is (238,43,234). Sum of RGB (Red+Green+Blue) = 238+43+234=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 43 (17.19% from 255 or 8.35% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BEA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE2BEA is #11D415. Grayscale: #7A7A7A. Windows color (decimal): -1168406 or 15346670. OLE color: 15346670.
HSL color Cylindrical-coordinate representation of color #EE2BEA: hue angle of 301.23º 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 #EE2BEA is Cyan = 0, Magento = 0.82, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 234 | - |
| CMYK | 0 | 0.82 | 0.02 | 0.07 |
| HSL | 301.23º | 0.85% | 0.55% | - |
| HSV(B) | 301.23º | 0.82% | 0.93% | - |
| XYZ | 50.98 | 25.85 | 80.14 | - |
| YUV | 123.08 | 190.6 | 209.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 234 | 0 | 0.82 | 0.02 | 0.07 | 301.23 | 0.85 | 0.55 |
| Hex | EE | 2B | EA | 0 | 52 | 2 | 7 | 12D | 55 | 37 |
| Octal | 356 | 53 | 352 | 0 | 122 | 2 | 7 | 455 | 125 | 67 |
| Binary | 11101110 | 101011 | 11101010 | 0 | 1010010 | 10 | 111 | 100101101 | 1010101 | 110111 |
Color Harmonies of #EE2BEA
Complementary color
Monochromatic Colors of #EE2BEA
Black with #EE2BEA
Text Example
Text Example
White with #EE2BEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BEA; }
p { color: rgb(238,43,234); }
H1.HeaderClassName
{
color: #EE2BEA;
}
.AnyTagClassName
{
color: #EE2BEA;
}
</style>
background-color css
<style>
a { background-color: #EE2BEA; }
a { background-color: rgb(238,43,234); }
div.DivClassName
{
background-color: #EE2BEA;
}
.BgClassName
{
background-color: #EE2BEA;
}
</style>
border-color css
<style>
span { border-color: #EE2BEA; }
span { border-color: rgb(238,43,234); }
td.TdClassName
{
border-color: #EE2BEA;
}
.TagClassName
{
border-color: #EE2BEA;
}
</style>