Shades of Razzle Dazzle Rose #EE38EC
Tints of Razzle Dazzle Rose #EE38EC
RGB
CMYK
RGB Variations
Color information
#EE38EC (or 0xEE38EC) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and EC. RGB value is (238,56,236). Sum of RGB (Red+Green+Blue) = 238+56+236=530 (70% of max value = 765). Red value is 238 (93.36% from 255 or 44.91% from 530); Green value is 56 (22.27% from 255 or 10.57% from 530); Blue value is 236 (92.58% from 255 or 44.53% from 530); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38EC is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE38EC is #11C713. Grayscale: #828282. Windows color (decimal): -1165076 or 15481070. OLE color: 15481070.
HSL color Cylindrical-coordinate representation of color #EE38EC: hue angle of 300.66º 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 #EE38EC is Cyan = 0, Magento = 0.76, Yellow = 0.01 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 236 | - |
| CMYK | 0 | 0.76 | 0.01 | 0.07 |
| HSL | 300.66º | 0.84% | 0.58% | - |
| HSV(B) | 300.66º | 0.76% | 0.93% | - |
| XYZ | 51.81 | 27.06 | 81.85 | - |
| YUV | 130.94 | 187.3 | 204.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 236 | 0 | 0.76 | 0.01 | 0.07 | 300.66 | 0.84 | 0.58 |
| Hex | EE | 38 | EC | 0 | 4C | 1 | 7 | 12D | 54 | 3A |
| Octal | 356 | 70 | 354 | 0 | 114 | 1 | 7 | 455 | 124 | 72 |
| Binary | 11101110 | 111000 | 11101100 | 0 | 1001100 | 1 | 111 | 100101101 | 1010100 | 111010 |
Color Harmonies of #EE38EC
Complementary color
Monochromatic Colors of #EE38EC
Black with #EE38EC
Text Example
Text Example
White with #EE38EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38EC; }
p { color: rgb(238,56,236); }
H1.HeaderClassName
{
color: #EE38EC;
}
.AnyTagClassName
{
color: #EE38EC;
}
</style>
background-color css
<style>
a { background-color: #EE38EC; }
a { background-color: rgb(238,56,236); }
div.DivClassName
{
background-color: #EE38EC;
}
.BgClassName
{
background-color: #EE38EC;
}
</style>
border-color css
<style>
span { border-color: #EE38EC; }
span { border-color: rgb(238,56,236); }
td.TdClassName
{
border-color: #EE38EC;
}
.TagClassName
{
border-color: #EE38EC;
}
</style>