Shades of Razzle Dazzle Rose #EE38C0
Tints of Razzle Dazzle Rose #EE38C0
RGB
CMYK
RGB Variations
Color information
#EE38C0 (or 0xEE38C0) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and C0. RGB value is (238,56,192). Sum of RGB (Red+Green+Blue) = 238+56+192=486 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.97% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 192 (75.39% from 255 or 39.51% from 486); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38C0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38C0 is #11C73F. Grayscale: #7D7D7D. Windows color (decimal): -1165120 or 12597486. OLE color: 12597486.
HSL color Cylindrical-coordinate representation of color #EE38C0: hue angle of 315.16º 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 #EE38C0 is Cyan = 0, Magento = 0.76, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 192 | - |
| CMYK | 0 | 0.76 | 0.19 | 0.07 |
| HSL | 315.16º | 0.84% | 0.58% | - |
| HSV(B) | 315.16º | 0.76% | 0.93% | - |
| XYZ | 46.19 | 24.81 | 52.22 | - |
| YUV | 125.92 | 165.3 | 207.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 192 | 0 | 0.76 | 0.19 | 0.07 | 315.16 | 0.84 | 0.58 |
| Hex | EE | 38 | C0 | 0 | 4C | 13 | 7 | 13B | 54 | 3A |
| Octal | 356 | 70 | 300 | 0 | 114 | 23 | 7 | 473 | 124 | 72 |
| Binary | 11101110 | 111000 | 11000000 | 0 | 1001100 | 10011 | 111 | 100111011 | 1010100 | 111010 |
Color Harmonies of #EE38C0
Complementary color
Monochromatic Colors of #EE38C0
Black with #EE38C0
Text Example
Text Example
White with #EE38C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38C0; }
p { color: rgb(238,56,192); }
H1.HeaderClassName
{
color: #EE38C0;
}
.AnyTagClassName
{
color: #EE38C0;
}
</style>
background-color css
<style>
a { background-color: #EE38C0; }
a { background-color: rgb(238,56,192); }
div.DivClassName
{
background-color: #EE38C0;
}
.BgClassName
{
background-color: #EE38C0;
}
</style>
border-color css
<style>
span { border-color: #EE38C0; }
span { border-color: rgb(238,56,192); }
td.TdClassName
{
border-color: #EE38C0;
}
.TagClassName
{
border-color: #EE38C0;
}
</style>