Shades of Razzle Dazzle Rose #EE3BCB
Tints of Razzle Dazzle Rose #EE3BCB
RGB
CMYK
RGB Variations
Color information
#EE3BCB (or 0xEE3BCB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and CB. RGB value is (238,59,203). Sum of RGB (Red+Green+Blue) = 238+59+203=500 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.6% from 500); Green value is 59 (23.44% from 255 or 11.8% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BCB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BCB is #11C434. Grayscale: #808080. Windows color (decimal): -1164341 or 13319150. OLE color: 13319150.
HSL color Cylindrical-coordinate representation of color #EE3BCB: hue angle of 311.73º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EE3BCB is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 203 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.07 |
| HSL | 311.73º | 0.84% | 0.58% | - |
| HSV(B) | 311.73º | 0.75% | 0.93% | - |
| XYZ | 47.6 | 25.62 | 58.94 | - |
| YUV | 128.94 | 169.8 | 205.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 203 | 0 | 0.75 | 0.15 | 0.07 | 311.73 | 0.84 | 0.58 |
| Hex | EE | 3B | CB | 0 | 4B | F | 7 | 138 | 54 | 3A |
| Octal | 356 | 73 | 313 | 0 | 113 | 17 | 7 | 470 | 124 | 72 |
| Binary | 11101110 | 111011 | 11001011 | 0 | 1001011 | 1111 | 111 | 100111000 | 1010100 | 111010 |
Color Harmonies of #EE3BCB
Complementary color
Monochromatic Colors of #EE3BCB
Black with #EE3BCB
Text Example
Text Example
White with #EE3BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BCB; }
p { color: rgb(238,59,203); }
H1.HeaderClassName
{
color: #EE3BCB;
}
.AnyTagClassName
{
color: #EE3BCB;
}
</style>
background-color css
<style>
a { background-color: #EE3BCB; }
a { background-color: rgb(238,59,203); }
div.DivClassName
{
background-color: #EE3BCB;
}
.BgClassName
{
background-color: #EE3BCB;
}
</style>
border-color css
<style>
span { border-color: #EE3BCB; }
span { border-color: rgb(238,59,203); }
td.TdClassName
{
border-color: #EE3BCB;
}
.TagClassName
{
border-color: #EE3BCB;
}
</style>