Shades of Razzle Dazzle Rose #EE3ADB
Tints of Razzle Dazzle Rose #EE3ADB
RGB
CMYK
RGB Variations
Color information
#EE3ADB (or 0xEE3ADB) is known color: Razzle Dazzle Rose. HEX triplet: EE, 3A and DB. RGB value is (238,58,219). Sum of RGB (Red+Green+Blue) = 238+58+219=515 (68% of max value = 765). Red value is 238 (93.36% from 255 or 46.21% from 515); Green value is 58 (23.05% from 255 or 11.26% from 515); Blue value is 219 (85.94% from 255 or 42.52% from 515); Max value from RGB is 238 - color contains mainly: red. Hex color #EE3ADB is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE3ADB is #11C524. Grayscale: #818181. Windows color (decimal): -1164581 or 14367470. OLE color: 14367470.
HSL color Cylindrical-coordinate representation of color #EE3ADB: hue angle of 306.33º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #EE3ADB is Cyan = 0, Magento = 0.76, Yellow = 0.08 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 58 | 219 | - |
| CMYK | 0 | 0.76 | 0.08 | 0.07 |
| HSL | 306.33º | 0.84% | 0.58% | - |
| HSV(B) | 306.33º | 0.76% | 0.93% | - |
| XYZ | 49.56 | 26.32 | 69.49 | - |
| YUV | 130.17 | 178.13 | 204.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 58 | 219 | 0 | 0.76 | 0.08 | 0.07 | 306.33 | 0.84 | 0.58 |
| Hex | EE | 3A | DB | 0 | 4C | 8 | 7 | 132 | 54 | 3A |
| Octal | 356 | 72 | 333 | 0 | 114 | 10 | 7 | 462 | 124 | 72 |
| Binary | 11101110 | 111010 | 11011011 | 0 | 1001100 | 1000 | 111 | 100110010 | 1010100 | 111010 |
Color Harmonies of #EE3ADB
Complementary color
Monochromatic Colors of #EE3ADB
Black with #EE3ADB
Text Example
Text Example
White with #EE3ADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE3ADB; }
p { color: rgb(238,58,219); }
H1.HeaderClassName
{
color: #EE3ADB;
}
.AnyTagClassName
{
color: #EE3ADB;
}
</style>
background-color css
<style>
a { background-color: #EE3ADB; }
a { background-color: rgb(238,58,219); }
div.DivClassName
{
background-color: #EE3ADB;
}
.BgClassName
{
background-color: #EE3ADB;
}
</style>
border-color css
<style>
span { border-color: #EE3ADB; }
span { border-color: rgb(238,58,219); }
td.TdClassName
{
border-color: #EE3ADB;
}
.TagClassName
{
border-color: #EE3ADB;
}
</style>