Shades of Razzle Dazzle Rose #EE23E2
Tints of Razzle Dazzle Rose #EE23E2
RGB
CMYK
RGB Variations
Color information
#EE23E2 (or 0xEE23E2) is known color: Razzle Dazzle Rose. HEX triplet: EE, 23 and E2. RGB value is (238,35,226). Sum of RGB (Red+Green+Blue) = 238+35+226=499 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.70% from 499); Green value is 35 (14.06% from 255 or 7.01% from 499); Blue value is 226 (88.67% from 255 or 45.29% from 499); Max value from RGB is 238 - color contains mainly: red. Hex color #EE23E2 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE23E2 is #11DC1D. Grayscale: #747474. Windows color (decimal): -1170462 or 14820334. OLE color: 14820334.
HSL color Cylindrical-coordinate representation of color #EE23E2: hue angle of 303.55º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #EE23E2 is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 35 | 226 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.07 |
| HSL | 303.55º | 0.86% | 0.54% | - |
| HSV(B) | 303.55º | 0.85% | 0.93% | - |
| XYZ | 49.59 | 24.87 | 74.14 | - |
| YUV | 117.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 35 | 226 | 0 | 0.85 | 0.05 | 0.07 | 303.55 | 0.86 | 0.54 |
| Hex | EE | 23 | E2 | 0 | 55 | 5 | 7 | 130 | 56 | 36 |
| Octal | 356 | 43 | 342 | 0 | 125 | 5 | 7 | 460 | 126 | 66 |
| Binary | 11101110 | 100011 | 11100010 | 0 | 1010101 | 101 | 111 | 100110000 | 1010110 | 110110 |
Color Harmonies of #EE23E2
Complementary color
Monochromatic Colors of #EE23E2
Black with #EE23E2
Text Example
Text Example
White with #EE23E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE23E2; }
p { color: rgb(238,35,226); }
H1.HeaderClassName
{
color: #EE23E2;
}
.AnyTagClassName
{
color: #EE23E2;
}
</style>
background-color css
<style>
a { background-color: #EE23E2; }
a { background-color: rgb(238,35,226); }
div.DivClassName
{
background-color: #EE23E2;
}
.BgClassName
{
background-color: #EE23E2;
}
</style>
border-color css
<style>
span { border-color: #EE23E2; }
span { border-color: rgb(238,35,226); }
td.TdClassName
{
border-color: #EE23E2;
}
.TagClassName
{
border-color: #EE23E2;
}
</style>