Shades of Razzle Dazzle Rose #EE3EDB
Tints of Razzle Dazzle Rose #EE3EDB
RGB
CMYK
RGB Variations
Color information
#EE3EDB (or 0xEE3EDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3E and DB. RGB value is (238,62,219). Sum of RGB (Red+Green+Blue) = 238+62+219=519 (68% of max value = 765). Red value is 238 (93.36% from 255 or 45.86% from 519); Green value is 62 (24.61% from 255 or 11.95% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3EDB is #11C124. Grayscale: #848484. Windows color (decimal): -1163557 or 14368494. OLE color: 14368494.
HSL color Cylindrical-coordinate representation of color #EE3EDB: hue angle of 306.48º 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 #EE3EDB is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 62 | 219 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.07 |
| HSL | 306.48º | 0.84% | 0.59% | - |
| HSV(B) | 306.48º | 0.74% | 0.93% | - |
| XYZ | 49.77 | 26.74 | 69.56 | - |
| YUV | 132.52 | 176.81 | 203.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 62 | 219 | 0 | 0.74 | 0.08 | 0.07 | 306.48 | 0.84 | 0.59 |
| Hex | EE | 3E | DB | 0 | 4A | 8 | 7 | 132 | 54 | 3B |
| Octal | 356 | 76 | 333 | 0 | 112 | 10 | 7 | 462 | 124 | 73 |
| Binary | 11101110 | 111110 | 11011011 | 0 | 1001010 | 1000 | 111 | 100110010 | 1010100 | 111011 |
Color Harmonies of #EE3EDB
Complementary color
Monochromatic Colors of #EE3EDB
Black with #EE3EDB
Text Example
Text Example
White with #EE3EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3EDB; }
p { color: rgb(238,62,219); }
H1.HeaderClassName
{
color: #EE3EDB;
}
.AnyTagClassName
{
color: #EE3EDB;
}
</style>
background-color css
<style>
a { background-color: #EE3EDB; }
a { background-color: rgb(238,62,219); }
div.DivClassName
{
background-color: #EE3EDB;
}
.BgClassName
{
background-color: #EE3EDB;
}
</style>
border-color css
<style>
span { border-color: #EE3EDB; }
span { border-color: rgb(238,62,219); }
td.TdClassName
{
border-color: #EE3EDB;
}
.TagClassName
{
border-color: #EE3EDB;
}
</style>