Shades of Razzle Dazzle Rose #EE25C6
Tints of Razzle Dazzle Rose #EE25C6
RGB
CMYK
RGB Variations
Color information
#EE25C6 (or 0xEE25C6) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and C6. RGB value is (238,37,198). Sum of RGB (Red+Green+Blue) = 238+37+198=473 (62% of max value = 765). Red value is 238 (93.36% from 255 or 50.32% from 473); Green value is 37 (14.84% from 255 or 7.82% from 473); Blue value is 198 (77.73% from 255 or 41.86% from 473); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25C6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE25C6 is #11DA39. Grayscale: #737373. Windows color (decimal): -1169978 or 12985838. OLE color: 12985838.
HSL color Cylindrical-coordinate representation of color #EE25C6: hue angle of 311.94º degrees, saturation: 0.86, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #EE25C6 is Cyan = 0, Magento = 0.84, Yellow = 0.17 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 198 | - |
| CMYK | 0 | 0.84 | 0.17 | 0.07 |
| HSL | 311.94º | 0.86% | 0.54% | - |
| HSV(B) | 311.94º | 0.84% | 0.93% | - |
| XYZ | 46.11 | 23.58 | 55.55 | - |
| YUV | 115.45 | 174.59 | 215.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 198 | 0 | 0.84 | 0.17 | 0.07 | 311.94 | 0.86 | 0.54 |
| Hex | EE | 25 | C6 | 0 | 54 | 11 | 7 | 138 | 56 | 36 |
| Octal | 356 | 45 | 306 | 0 | 124 | 21 | 7 | 470 | 126 | 66 |
| Binary | 11101110 | 100101 | 11000110 | 0 | 1010100 | 10001 | 111 | 100111000 | 1010110 | 110110 |
Color Harmonies of #EE25C6
Complementary color
Monochromatic Colors of #EE25C6
Black with #EE25C6
Text Example
Text Example
White with #EE25C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE25C6; }
p { color: rgb(238,37,198); }
H1.HeaderClassName
{
color: #EE25C6;
}
.AnyTagClassName
{
color: #EE25C6;
}
</style>
background-color css
<style>
a { background-color: #EE25C6; }
a { background-color: rgb(238,37,198); }
div.DivClassName
{
background-color: #EE25C6;
}
.BgClassName
{
background-color: #EE25C6;
}
</style>
border-color css
<style>
span { border-color: #EE25C6; }
span { border-color: rgb(238,37,198); }
td.TdClassName
{
border-color: #EE25C6;
}
.TagClassName
{
border-color: #EE25C6;
}
</style>