Shades of Razzle Dazzle Rose #EE2FCB
Tints of Razzle Dazzle Rose #EE2FCB
RGB
CMYK
RGB Variations
Color information
#EE2FCB (or 0xEE2FCB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 2F and CB. RGB value is (238,47,203). Sum of RGB (Red+Green+Blue) = 238+47+203=488 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.77% from 488); Green value is 47 (18.75% from 255 or 9.63% from 488); Blue value is 203 (79.69% from 255 or 41.60% from 488); Max value from RGB is 238 - color contains mainly: red. Hex color #EE2FCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE2FCB is #11D034. Grayscale: #797979. Windows color (decimal): -1167413 or 13316078. OLE color: 13316078.
HSL color Cylindrical-coordinate representation of color #EE2FCB: hue angle of 310.99º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EE2FCB is Cyan = 0, Magento = 0.80, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 47 | 203 | - |
| CMYK | 0 | 0.80 | 0.15 | 0.07 |
| HSL | 310.99º | 0.85% | 0.56% | - |
| HSV(B) | 310.99º | 0.8% | 0.93% | - |
| XYZ | 47.06 | 24.52 | 58.75 | - |
| YUV | 121.89 | 173.78 | 210.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 47 | 203 | 0 | 0.80 | 0.15 | 0.07 | 310.99 | 0.85 | 0.56 |
| Hex | EE | 2F | CB | 0 | 50 | F | 7 | 137 | 55 | 38 |
| Octal | 356 | 57 | 313 | 0 | 120 | 17 | 7 | 467 | 125 | 70 |
| Binary | 11101110 | 101111 | 11001011 | 0 | 1010000 | 1111 | 111 | 100110111 | 1010101 | 111000 |
Color Harmonies of #EE2FCB
Complementary color
Monochromatic Colors of #EE2FCB
Black with #EE2FCB
Text Example
Text Example
White with #EE2FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE2FCB; }
p { color: rgb(238,47,203); }
H1.HeaderClassName
{
color: #EE2FCB;
}
.AnyTagClassName
{
color: #EE2FCB;
}
</style>
background-color css
<style>
a { background-color: #EE2FCB; }
a { background-color: rgb(238,47,203); }
div.DivClassName
{
background-color: #EE2FCB;
}
.BgClassName
{
background-color: #EE2FCB;
}
</style>
border-color css
<style>
span { border-color: #EE2FCB; }
span { border-color: rgb(238,47,203); }
td.TdClassName
{
border-color: #EE2FCB;
}
.TagClassName
{
border-color: #EE2FCB;
}
</style>