Shades of Razzle Dazzle Rose #EE42B7
Tints of Razzle Dazzle Rose #EE42B7
RGB
CMYK
RGB Variations
Color information
#EE42B7 (or 0xEE42B7) is known color: Razzle Dazzle Rose. HEX triplet: EE, 42 and B7. RGB value is (238,66,183). Sum of RGB (Red+Green+Blue) = 238+66+183=487 (64% of max value = 765). Red value is 238 (93.36% from 255 or 48.87% from 487); Green value is 66 (26.17% from 255 or 13.55% from 487); Blue value is 183 (71.88% from 255 or 37.58% from 487); Max value from RGB is 238 - color contains mainly: red. Hex color #EE42B7 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE42B7 is #11BD48. Grayscale: #828282. Windows color (decimal): -1162569 or 12010222. OLE color: 12010222.
HSL color Cylindrical-coordinate representation of color #EE42B7: hue angle of 319.19º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EE42B7 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 66 | 183 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.07 |
| HSL | 319.19º | 0.83% | 0.6% | - |
| HSV(B) | 319.19º | 0.72% | 0.93% | - |
| XYZ | 45.76 | 25.49 | 47.31 | - |
| YUV | 130.77 | 157.48 | 204.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 66 | 183 | 0 | 0.72 | 0.23 | 0.07 | 319.19 | 0.83 | 0.6 |
| Hex | EE | 42 | B7 | 0 | 48 | 17 | 7 | 13F | 53 | 3C |
| Octal | 356 | 102 | 267 | 0 | 110 | 27 | 7 | 477 | 123 | 74 |
| Binary | 11101110 | 1000010 | 10110111 | 0 | 1001000 | 10111 | 111 | 100111111 | 1010011 | 111100 |
Color Harmonies of #EE42B7
Complementary color
Monochromatic Colors of #EE42B7
Black with #EE42B7
Text Example
Text Example
White with #EE42B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE42B7; }
p { color: rgb(238,66,183); }
H1.HeaderClassName
{
color: #EE42B7;
}
.AnyTagClassName
{
color: #EE42B7;
}
</style>
background-color css
<style>
a { background-color: #EE42B7; }
a { background-color: rgb(238,66,183); }
div.DivClassName
{
background-color: #EE42B7;
}
.BgClassName
{
background-color: #EE42B7;
}
</style>
border-color css
<style>
span { border-color: #EE42B7; }
span { border-color: rgb(238,66,183); }
td.TdClassName
{
border-color: #EE42B7;
}
.TagClassName
{
border-color: #EE42B7;
}
</style>