Shades of Razzle Dazzle Rose #EE38EA
Tints of Razzle Dazzle Rose #EE38EA
RGB
CMYK
RGB Variations
Color information
#EE38EA (or 0xEE38EA) is known color: Razzle Dazzle Rose. HEX triplet: EE, 38 and EA. RGB value is (238,56,234). Sum of RGB (Red+Green+Blue) = 238+56+234=528 (69% of max value = 765). Red value is 238 (93.36% from 255 or 45.08% from 528); Green value is 56 (22.27% from 255 or 10.61% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 238 - color contains mainly: red. Hex color #EE38EA is not a web safe color. Web safe color analog (approx): #FF33FF. Inversed color of #EE38EA is #11C715. Grayscale: #828282. Windows color (decimal): -1165078 or 15349998. OLE color: 15349998.
HSL color Cylindrical-coordinate representation of color #EE38EA: hue angle of 301.32º 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 #EE38EA is Cyan = 0, Magento = 0.76, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 56 | 234 | - |
| CMYK | 0 | 0.76 | 0.02 | 0.07 |
| HSL | 301.32º | 0.84% | 0.58% | - |
| HSV(B) | 301.32º | 0.76% | 0.93% | - |
| XYZ | 51.53 | 26.95 | 80.33 | - |
| YUV | 130.71 | 186.3 | 204.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 56 | 234 | 0 | 0.76 | 0.02 | 0.07 | 301.32 | 0.84 | 0.58 |
| Hex | EE | 38 | EA | 0 | 4C | 2 | 7 | 12D | 54 | 3A |
| Octal | 356 | 70 | 352 | 0 | 114 | 2 | 7 | 455 | 124 | 72 |
| Binary | 11101110 | 111000 | 11101010 | 0 | 1001100 | 10 | 111 | 100101101 | 1010100 | 111010 |
Color Harmonies of #EE38EA
Complementary color
Monochromatic Colors of #EE38EA
Black with #EE38EA
Text Example
Text Example
White with #EE38EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE38EA; }
p { color: rgb(238,56,234); }
H1.HeaderClassName
{
color: #EE38EA;
}
.AnyTagClassName
{
color: #EE38EA;
}
</style>
background-color css
<style>
a { background-color: #EE38EA; }
a { background-color: rgb(238,56,234); }
div.DivClassName
{
background-color: #EE38EA;
}
.BgClassName
{
background-color: #EE38EA;
}
</style>
border-color css
<style>
span { border-color: #EE38EA; }
span { border-color: rgb(238,56,234); }
td.TdClassName
{
border-color: #EE38EA;
}
.TagClassName
{
border-color: #EE38EA;
}
</style>