Shades of Razzle Dazzle Rose #EE28D3
Tints of Razzle Dazzle Rose #EE28D3
RGB
CMYK
RGB Variations
Color information
#EE28D3 (or 0xEE28D3) is known color: Razzle Dazzle Rose. HEX triplet: EE, 28 and D3. RGB value is (238,40,211). Sum of RGB (Red+Green+Blue) = 238+40+211=489 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.67% from 489); Green value is 40 (16.02% from 255 or 8.18% from 489); Blue value is 211 (82.81% from 255 or 43.15% from 489); Max value from RGB is 238 - color contains mainly: red. Hex color #EE28D3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE28D3 is #11D72C. Grayscale: #767676. Windows color (decimal): -1169197 or 13838574. OLE color: 13838574.
HSL color Cylindrical-coordinate representation of color #EE28D3: hue angle of 308.18º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE28D3 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 40 | 211 | - |
| CMYK | 0 | 0.83 | 0.11 | 0.07 |
| HSL | 308.18º | 0.85% | 0.55% | - |
| HSV(B) | 308.18º | 0.83% | 0.93% | - |
| XYZ | 47.78 | 24.4 | 63.82 | - |
| YUV | 118.7 | 180.1 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 40 | 211 | 0 | 0.83 | 0.11 | 0.07 | 308.18 | 0.85 | 0.55 |
| Hex | EE | 28 | D3 | 0 | 53 | B | 7 | 134 | 55 | 37 |
| Octal | 356 | 50 | 323 | 0 | 123 | 13 | 7 | 464 | 125 | 67 |
| Binary | 11101110 | 101000 | 11010011 | 0 | 1010011 | 1011 | 111 | 100110100 | 1010101 | 110111 |
Color Harmonies of #EE28D3
Complementary color
Monochromatic Colors of #EE28D3
Black with #EE28D3
Text Example
Text Example
White with #EE28D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE28D3; }
p { color: rgb(238,40,211); }
H1.HeaderClassName
{
color: #EE28D3;
}
.AnyTagClassName
{
color: #EE28D3;
}
</style>
background-color css
<style>
a { background-color: #EE28D3; }
a { background-color: rgb(238,40,211); }
div.DivClassName
{
background-color: #EE28D3;
}
.BgClassName
{
background-color: #EE28D3;
}
</style>
border-color css
<style>
span { border-color: #EE28D3; }
span { border-color: rgb(238,40,211); }
td.TdClassName
{
border-color: #EE28D3;
}
.TagClassName
{
border-color: #EE28D3;
}
</style>