Shades of Razzle Dazzle Rose #EE3BDC
Tints of Razzle Dazzle Rose #EE3BDC
RGB
CMYK
RGB Variations
Color information
#EE3BDC (or 0xEE3BDC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and DC. RGB value is (238,59,220). Sum of RGB (Red+Green+Blue) = 238+59+220=517 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.03% from 517); Green value is 59 (23.44% from 255 or 11.41% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BDC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BDC is #11C423. Grayscale: #828282. Windows color (decimal): -1164324 or 14433262. OLE color: 14433262.
HSL color Cylindrical-coordinate representation of color #EE3BDC: hue angle of 306.03º 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 #EE3BDC is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 220 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.07 |
| HSL | 306.03º | 0.84% | 0.58% | - |
| HSV(B) | 306.03º | 0.75% | 0.93% | - |
| XYZ | 49.74 | 26.47 | 70.2 | - |
| YUV | 130.88 | 178.3 | 204.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 220 | 0 | 0.75 | 0.08 | 0.07 | 306.03 | 0.84 | 0.58 |
| Hex | EE | 3B | DC | 0 | 4B | 8 | 7 | 132 | 54 | 3A |
| Octal | 356 | 73 | 334 | 0 | 113 | 10 | 7 | 462 | 124 | 72 |
| Binary | 11101110 | 111011 | 11011100 | 0 | 1001011 | 1000 | 111 | 100110010 | 1010100 | 111010 |
Color Harmonies of #EE3BDC
Complementary color
Monochromatic Colors of #EE3BDC
Black with #EE3BDC
Text Example
Text Example
White with #EE3BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BDC; }
p { color: rgb(238,59,220); }
H1.HeaderClassName
{
color: #EE3BDC;
}
.AnyTagClassName
{
color: #EE3BDC;
}
</style>
background-color css
<style>
a { background-color: #EE3BDC; }
a { background-color: rgb(238,59,220); }
div.DivClassName
{
background-color: #EE3BDC;
}
.BgClassName
{
background-color: #EE3BDC;
}
</style>
border-color css
<style>
span { border-color: #EE3BDC; }
span { border-color: rgb(238,59,220); }
td.TdClassName
{
border-color: #EE3BDC;
}
.TagClassName
{
border-color: #EE3BDC;
}
</style>