Shades of Razzle Dazzle Rose #EE46C4
Tints of Razzle Dazzle Rose #EE46C4
RGB
CMYK
RGB Variations
Color information
#EE46C4 (or 0xEE46C4) is known color: Razzle Dazzle Rose. HEX triplet: EE, 46 and C4. RGB value is (238,70,196). Sum of RGB (Red+Green+Blue) = 238+70+196=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 70 (27.73% from 255 or 13.89% from 504); Blue value is 196 (76.95% from 255 or 38.89% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE46C4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE46C4 is #11B93B. Grayscale: #868686. Windows color (decimal): -1161532 or 12863214. OLE color: 12863214.
HSL color Cylindrical-coordinate representation of color #EE46C4: hue angle of 315º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EE46C4 is Cyan = 0, Magento = 0.71, Yellow = 0.18 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 70 | 196 | - |
| CMYK | 0 | 0.71 | 0.18 | 0.07 |
| HSL | 315º | 0.83% | 0.6% | - |
| HSV(B) | 315º | 0.71% | 0.93% | - |
| XYZ | 47.41 | 26.54 | 54.85 | - |
| YUV | 134.6 | 162.66 | 201.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 70 | 196 | 0 | 0.71 | 0.18 | 0.07 | 315 | 0.83 | 0.6 |
| Hex | EE | 46 | C4 | 0 | 47 | 12 | 7 | 13B | 53 | 3C |
| Octal | 356 | 106 | 304 | 0 | 107 | 22 | 7 | 473 | 123 | 74 |
| Binary | 11101110 | 1000110 | 11000100 | 0 | 1000111 | 10010 | 111 | 100111011 | 1010011 | 111100 |
Color Harmonies of #EE46C4
Complementary color
Monochromatic Colors of #EE46C4
Black with #EE46C4
Text Example
Text Example
White with #EE46C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE46C4; }
p { color: rgb(238,70,196); }
H1.HeaderClassName
{
color: #EE46C4;
}
.AnyTagClassName
{
color: #EE46C4;
}
</style>
background-color css
<style>
a { background-color: #EE46C4; }
a { background-color: rgb(238,70,196); }
div.DivClassName
{
background-color: #EE46C4;
}
.BgClassName
{
background-color: #EE46C4;
}
</style>
border-color css
<style>
span { border-color: #EE46C4; }
span { border-color: rgb(238,70,196); }
td.TdClassName
{
border-color: #EE46C4;
}
.TagClassName
{
border-color: #EE46C4;
}
</style>