Shades of Razzle Dazzle Rose #EE38C8
Tints of Razzle Dazzle Rose #EE38C8
RGB
CMYK
RGB Variations
Color information
#EE38C8 (or 0xEE38C8) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and C8. RGB value is (238,56,200). Sum of RGB (Red+Green+Blue) = 238+56+200=494 (65% of max value = 765). Red value is 238 (93.36% from 255 or 48.18% from 494); Green value is 56 (22.27% from 255 or 11.34% from 494); Blue value is 200 (78.52% from 255 or 40.49% from 494); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38C8 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE38C8 is #11C737. Grayscale: #7E7E7E. Windows color (decimal): -1165112 or 13121774. OLE color: 13121774.
HSL color Cylindrical-coordinate representation of color #EE38C8: hue angle of 312.53º 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 #EE38C8 is Cyan = 0, Magento = 0.76, Yellow = 0.16 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 200 | - |
| CMYK | 0 | 0.76 | 0.16 | 0.07 |
| HSL | 312.53º | 0.84% | 0.58% | - |
| HSV(B) | 312.53º | 0.76% | 0.93% | - |
| XYZ | 47.1 | 25.18 | 57.02 | - |
| YUV | 126.83 | 169.3 | 207.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 200 | 0 | 0.76 | 0.16 | 0.07 | 312.53 | 0.84 | 0.58 |
| Hex | EE | 38 | C8 | 0 | 4C | 10 | 7 | 139 | 54 | 3A |
| Octal | 356 | 70 | 310 | 0 | 114 | 20 | 7 | 471 | 124 | 72 |
| Binary | 11101110 | 111000 | 11001000 | 0 | 1001100 | 10000 | 111 | 100111001 | 1010100 | 111010 |
Color Harmonies of #EE38C8
Complementary color
Monochromatic Colors of #EE38C8
Black with #EE38C8
Text Example
Text Example
White with #EE38C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38C8; }
p { color: rgb(238,56,200); }
H1.HeaderClassName
{
color: #EE38C8;
}
.AnyTagClassName
{
color: #EE38C8;
}
</style>
background-color css
<style>
a { background-color: #EE38C8; }
a { background-color: rgb(238,56,200); }
div.DivClassName
{
background-color: #EE38C8;
}
.BgClassName
{
background-color: #EE38C8;
}
</style>
border-color css
<style>
span { border-color: #EE38C8; }
span { border-color: rgb(238,56,200); }
td.TdClassName
{
border-color: #EE38C8;
}
.TagClassName
{
border-color: #EE38C8;
}
</style>