Shades of Razzle Dazzle Rose #EE3BDF
Tints of Razzle Dazzle Rose #EE3BDF
RGB
CMYK
RGB Variations
Color information
#EE3BDF (or 0xEE3BDF) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3B and DF. RGB value is (238,59,223). Sum of RGB (Red+Green+Blue) = 238+59+223=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 59 (23.44% from 255 or 11.35% from 520); Blue value is 223 (87.5% from 255 or 42.88% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3BDF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3BDF is #11C420. Grayscale: #828282. Windows color (decimal): -1164321 or 14629870. OLE color: 14629870.
HSL color Cylindrical-coordinate representation of color #EE3BDF: hue angle of 305.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 #EE3BDF is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 59 | 223 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.07 |
| HSL | 305.03º | 0.84% | 0.58% | - |
| HSV(B) | 305.03º | 0.75% | 0.93% | - |
| XYZ | 50.14 | 26.63 | 72.31 | - |
| YUV | 131.22 | 179.8 | 204.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 59 | 223 | 0 | 0.75 | 0.06 | 0.07 | 305.03 | 0.84 | 0.58 |
| Hex | EE | 3B | DF | 0 | 4B | 6 | 7 | 131 | 54 | 3A |
| Octal | 356 | 73 | 337 | 0 | 113 | 6 | 7 | 461 | 124 | 72 |
| Binary | 11101110 | 111011 | 11011111 | 0 | 1001011 | 110 | 111 | 100110001 | 1010100 | 111010 |
Color Harmonies of #EE3BDF
Complementary color
Monochromatic Colors of #EE3BDF
Black with #EE3BDF
Text Example
Text Example
White with #EE3BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3BDF; }
p { color: rgb(238,59,223); }
H1.HeaderClassName
{
color: #EE3BDF;
}
.AnyTagClassName
{
color: #EE3BDF;
}
</style>
background-color css
<style>
a { background-color: #EE3BDF; }
a { background-color: rgb(238,59,223); }
div.DivClassName
{
background-color: #EE3BDF;
}
.BgClassName
{
background-color: #EE3BDF;
}
</style>
border-color css
<style>
span { border-color: #EE3BDF; }
span { border-color: rgb(238,59,223); }
td.TdClassName
{
border-color: #EE3BDF;
}
.TagClassName
{
border-color: #EE3BDF;
}
</style>