Shades of Razzle Dazzle Rose #EE1EDB
Tints of Razzle Dazzle Rose #EE1EDB
RGB
CMYK
RGB Variations
Color information
#EE1EDB (or 0xEE1EDB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 1E and DB. RGB value is (238,30,219). Sum of RGB (Red+Green+Blue) = 238+30+219=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 30 (12.11% from 255 or 6.16% from 487); Blue value is 219 (85.94% from 255 or 44.97% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE1EDB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE1EDB is #11E124. Grayscale: #717171. Windows color (decimal): -1171749 or 14360302. OLE color: 14360302.
HSL color Cylindrical-coordinate representation of color #EE1EDB: hue angle of 305.48º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #EE1EDB is Cyan = 0, Magento = 0.87, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 30 | 219 | - |
| CMYK | 0 | 0.87 | 0.08 | 0.07 |
| HSL | 305.48º | 0.86% | 0.53% | - |
| HSV(B) | 305.48º | 0.87% | 0.93% | - |
| XYZ | 48.51 | 24.22 | 69.14 | - |
| YUV | 113.74 | 187.41 | 216.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 30 | 219 | 0 | 0.87 | 0.08 | 0.07 | 305.48 | 0.86 | 0.53 |
| Hex | EE | 1E | DB | 0 | 57 | 8 | 7 | 131 | 56 | 35 |
| Octal | 356 | 36 | 333 | 0 | 127 | 10 | 7 | 461 | 126 | 65 |
| Binary | 11101110 | 11110 | 11011011 | 0 | 1010111 | 1000 | 111 | 100110001 | 1010110 | 110101 |
Color Harmonies of #EE1EDB
Complementary color
Monochromatic Colors of #EE1EDB
Black with #EE1EDB
Text Example
Text Example
White with #EE1EDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE1EDB; }
p { color: rgb(238,30,219); }
H1.HeaderClassName
{
color: #EE1EDB;
}
.AnyTagClassName
{
color: #EE1EDB;
}
</style>
background-color css
<style>
a { background-color: #EE1EDB; }
a { background-color: rgb(238,30,219); }
div.DivClassName
{
background-color: #EE1EDB;
}
.BgClassName
{
background-color: #EE1EDB;
}
</style>
border-color css
<style>
span { border-color: #EE1EDB; }
span { border-color: rgb(238,30,219); }
td.TdClassName
{
border-color: #EE1EDB;
}
.TagClassName
{
border-color: #EE1EDB;
}
</style>