Shades of Razzle Dazzle Rose #EE38C7
Tints of Razzle Dazzle Rose #EE38C7
RGB
CMYK
RGB Variations
Color information
#EE38C7 (or 0xEE38C7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and C7. RGB value is (238,56,199). Sum of RGB (Red+Green+Blue) = 238+56+199=493 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.28% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 199 (78.12% from 255 or 40.37% from 493); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38C7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38C7 is #11C738. Grayscale: #7E7E7E. Windows color (decimal): -1165113 or 13056238. OLE color: 13056238.
HSL color Cylindrical-coordinate representation of color #EE38C7: hue angle of 312.86º 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 #EE38C7 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 199 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.07 |
| HSL | 312.86º | 0.84% | 0.58% | - |
| HSV(B) | 312.86º | 0.76% | 0.93% | - |
| XYZ | 46.98 | 25.13 | 56.41 | - |
| YUV | 126.72 | 168.8 | 207.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 199 | 0 | 0.76 | 0.16 | 0.07 | 312.86 | 0.84 | 0.58 |
| Hex | EE | 38 | C7 | 0 | 4C | 10 | 7 | 139 | 54 | 3A |
| Octal | 356 | 70 | 307 | 0 | 114 | 20 | 7 | 471 | 124 | 72 |
| Binary | 11101110 | 111000 | 11000111 | 0 | 1001100 | 10000 | 111 | 100111001 | 1010100 | 111010 |
Color Harmonies of #EE38C7
Complementary color
Monochromatic Colors of #EE38C7
Black with #EE38C7
Text Example
Text Example
White with #EE38C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38C7; }
p { color: rgb(238,56,199); }
H1.HeaderClassName
{
color: #EE38C7;
}
.AnyTagClassName
{
color: #EE38C7;
}
</style>
background-color css
<style>
a { background-color: #EE38C7; }
a { background-color: rgb(238,56,199); }
div.DivClassName
{
background-color: #EE38C7;
}
.BgClassName
{
background-color: #EE38C7;
}
</style>
border-color css
<style>
span { border-color: #EE38C7; }
span { border-color: rgb(238,56,199); }
td.TdClassName
{
border-color: #EE38C7;
}
.TagClassName
{
border-color: #EE38C7;
}
</style>