Shades of Razzle Dazzle Rose #EE2ECB
Tints of Razzle Dazzle Rose #EE2ECB
RGB
CMYK
RGB Variations
Color information
#EE2ECB (or 0xEE2ECB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2E and CB. RGB value is (238,46,203). Sum of RGB (Red+Green+Blue) = 238+46+203=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 46 (18.36% from 255 or 9.45% from 487); Blue value is 203 (79.69% from 255 or 41.68% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2ECB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2ECB is #11D134. Grayscale: #787878. Windows color (decimal): -1167669 or 13315822. OLE color: 13315822.
HSL color Cylindrical-coordinate representation of color #EE2ECB: hue angle of 310.94º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EE2ECB is Cyan = 0, Magento = 0.81, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 46 | 203 | - |
| CMYK | 0 | 0.81 | 0.15 | 0.07 |
| HSL | 310.94º | 0.85% | 0.56% | - |
| HSV(B) | 310.94º | 0.81% | 0.93% | - |
| XYZ | 47.02 | 24.44 | 58.74 | - |
| YUV | 121.31 | 174.11 | 211.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 46 | 203 | 0 | 0.81 | 0.15 | 0.07 | 310.94 | 0.85 | 0.56 |
| Hex | EE | 2E | CB | 0 | 51 | F | 7 | 137 | 55 | 38 |
| Octal | 356 | 56 | 313 | 0 | 121 | 17 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 101110 | 11001011 | 0 | 1010001 | 1111 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE2ECB
Complementary color
Monochromatic Colors of #EE2ECB
Black with #EE2ECB
Text Example
Text Example
White with #EE2ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2ECB; }
p { color: rgb(238,46,203); }
H1.HeaderClassName
{
color: #EE2ECB;
}
.AnyTagClassName
{
color: #EE2ECB;
}
</style>
background-color css
<style>
a { background-color: #EE2ECB; }
a { background-color: rgb(238,46,203); }
div.DivClassName
{
background-color: #EE2ECB;
}
.BgClassName
{
background-color: #EE2ECB;
}
</style>
border-color css
<style>
span { border-color: #EE2ECB; }
span { border-color: rgb(238,46,203); }
td.TdClassName
{
border-color: #EE2ECB;
}
.TagClassName
{
border-color: #EE2ECB;
}
</style>