Shades of Razzle Dazzle Rose #EE32F3
Tints of Razzle Dazzle Rose #EE32F3
RGB
CMYK
RGB Variations
Color information
#EE32F3 (or 0xEE32F3) is known color: Razzle Dazzle Rose. HEX triplet: EE, 32 and F3. RGB value is (238,50,243). Sum of RGB (Red+Green+Blue) = 238+50+243=531 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.82% from 531); Green value is 50 (19.92% from 255 or 9.42% from 531); Blue value is 243 (95.31% from 255 or 45.76% from 531); Max value from RGB is 243 - color contains mainly: blue. Hex color #EE32F3 is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE32F3 is #11CD0C. Grayscale: #7F7F7F. Windows color (decimal): -1166605 or 15938286. OLE color: 15938286.
HSL color Cylindrical-coordinate representation of color #EE32F3: hue angle of 298.45º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EE32F3 is Cyan = 0.02, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 238 | 50 | 243 | - |
| CMYK | 0.02 | 0.79 | 0 | 0.05 |
| HSL | 298.45º | 0.89% | 0.57% | - |
| HSV(B) | 298.45º | 0.79% | 0.95% | - |
| XYZ | 52.58 | 26.93 | 87.22 | - |
| YUV | 128.21 | 192.78 | 206.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 50 | 243 | 0.02 | 0.79 | 0 | 0.05 | 298.45 | 0.89 | 0.57 |
| Hex | EE | 32 | F3 | 2 | 4F | 0 | 5 | 12A | 59 | 39 |
| Octal | 356 | 62 | 363 | 2 | 117 | 0 | 5 | 452 | 131 | 71 |
| Binary | 11101110 | 110010 | 11110011 | 10 | 1001111 | 0 | 101 | 100101010 | 1011001 | 111001 |
Color Harmonies of #EE32F3
Complementary color
Monochromatic Colors of #EE32F3
Black with #EE32F3
Text Example
Text Example
White with #EE32F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE32F3; }
p { color: rgb(238,50,243); }
H1.HeaderClassName
{
color: #EE32F3;
}
.AnyTagClassName
{
color: #EE32F3;
}
</style>
background-color css
<style>
a { background-color: #EE32F3; }
a { background-color: rgb(238,50,243); }
div.DivClassName
{
background-color: #EE32F3;
}
.BgClassName
{
background-color: #EE32F3;
}
</style>
border-color css
<style>
span { border-color: #EE32F3; }
span { border-color: rgb(238,50,243); }
td.TdClassName
{
border-color: #EE32F3;
}
.TagClassName
{
border-color: #EE32F3;
}
</style>