Shades of Razzle Dazzle Rose #EE3FDB
Tints of Razzle Dazzle Rose #EE3FDB
RGB
CMYK
RGB Variations
Color information
#EE3FDB (or 0xEE3FDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3F and DB. RGB value is (238,63,219). Sum of RGB (Red+Green+Blue) = 238+63+219=520 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.77% from 520); Green value is 63 (25% from 255 or 12.12% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3FDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3FDB is #11C024. Grayscale: #848484. Windows color (decimal): -1163301 or 14368750. OLE color: 14368750.
HSL color Cylindrical-coordinate representation of color #EE3FDB: hue angle of 306.51º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EE3FDB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 63 | 219 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.07 |
| HSL | 306.51º | 0.84% | 0.59% | - |
| HSV(B) | 306.51º | 0.74% | 0.93% | - |
| XYZ | 49.82 | 26.85 | 69.57 | - |
| YUV | 133.11 | 176.48 | 202.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 63 | 219 | 0 | 0.74 | 0.08 | 0.07 | 306.51 | 0.84 | 0.59 |
| Hex | EE | 3F | DB | 0 | 4A | 8 | 7 | 133 | 54 | 3B |
| Octal | 356 | 77 | 333 | 0 | 112 | 10 | 7 | 463 | 124 | 73 |
| Binary | 11101110 | 111111 | 11011011 | 0 | 1001010 | 1000 | 111 | 100110011 | 1010100 | 111011 |
Color Harmonies of #EE3FDB
Complementary color
Monochromatic Colors of #EE3FDB
Black with #EE3FDB
Text Example
Text Example
White with #EE3FDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3FDB; }
p { color: rgb(238,63,219); }
H1.HeaderClassName
{
color: #EE3FDB;
}
.AnyTagClassName
{
color: #EE3FDB;
}
</style>
background-color css
<style>
a { background-color: #EE3FDB; }
a { background-color: rgb(238,63,219); }
div.DivClassName
{
background-color: #EE3FDB;
}
.BgClassName
{
background-color: #EE3FDB;
}
</style>
border-color css
<style>
span { border-color: #EE3FDB; }
span { border-color: rgb(238,63,219); }
td.TdClassName
{
border-color: #EE3FDB;
}
.TagClassName
{
border-color: #EE3FDB;
}
</style>