Shades of Razzle Dazzle Rose #EE2BCD
Tints of Razzle Dazzle Rose #EE2BCD
RGB
CMYK
RGB Variations
Color information
#EE2BCD (or 0xEE2BCD) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2B and CD. RGB value is (238,43,205). Sum of RGB (Red+Green+Blue) = 238+43+205=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 43 (17.19% from 255 or 8.85% from 486); Blue value is 205 (80.47% from 255 or 42.18% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2BCD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2BCD is #11D432. Grayscale: #777777. Windows color (decimal): -1168435 or 13446126. OLE color: 13446126.
HSL color Cylindrical-coordinate representation of color #EE2BCD: hue angle of 310.15º 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 #EE2BCD is Cyan = 0, Magento = 0.82, Yellow = 0.14 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 43 | 205 | - |
| CMYK | 0 | 0.82 | 0.14 | 0.07 |
| HSL | 310.15º | 0.85% | 0.55% | - |
| HSV(B) | 310.15º | 0.82% | 0.93% | - |
| XYZ | 47.14 | 24.31 | 59.97 | - |
| YUV | 119.77 | 176.1 | 212.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 43 | 205 | 0 | 0.82 | 0.14 | 0.07 | 310.15 | 0.85 | 0.55 |
| Hex | EE | 2B | CD | 0 | 52 | E | 7 | 136 | 55 | 37 |
| Octal | 356 | 53 | 315 | 0 | 122 | 16 | 7 | 466 | 125 | 67 |
| Binary | 11101110 | 101011 | 11001101 | 0 | 1010010 | 1110 | 111 | 100110110 | 1010101 | 110111 |
Color Harmonies of #EE2BCD
Complementary color
Monochromatic Colors of #EE2BCD
Black with #EE2BCD
Text Example
Text Example
White with #EE2BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2BCD; }
p { color: rgb(238,43,205); }
H1.HeaderClassName
{
color: #EE2BCD;
}
.AnyTagClassName
{
color: #EE2BCD;
}
</style>
background-color css
<style>
a { background-color: #EE2BCD; }
a { background-color: rgb(238,43,205); }
div.DivClassName
{
background-color: #EE2BCD;
}
.BgClassName
{
background-color: #EE2BCD;
}
</style>
border-color css
<style>
span { border-color: #EE2BCD; }
span { border-color: rgb(238,43,205); }
td.TdClassName
{
border-color: #EE2BCD;
}
.TagClassName
{
border-color: #EE2BCD;
}
</style>