Shades of Razzle Dazzle Rose #EE25E5
Tints of Razzle Dazzle Rose #EE25E5
RGB
CMYK
RGB Variations
Color information
#EE25E5 (or 0xEE25E5) is known color: Razzle Dazzle Rose. HEX triplet: EE, 25 and E5. RGB value is (238,37,229). Sum of RGB (Red+Green+Blue) = 238+37+229=504 (66% of max value = 765). Red value is 238 (93.36% from 255 or 47.22% from 504); Green value is 37 (14.84% from 255 or 7.34% from 504); Blue value is 229 (89.84% from 255 or 45.44% from 504); Max value from RGB is 238 - color contains mainly: red. Hex color #EE25E5 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE25E5 is #11DA1A. Grayscale: #767676. Windows color (decimal): -1169947 or 15017454. OLE color: 15017454.
HSL color Cylindrical-coordinate representation of color #EE25E5: hue angle of 302.69º 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 #EE25E5 is Cyan = 0, Magento = 0.84, Yellow = 0.04 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 37 | 229 | - |
| CMYK | 0 | 0.84 | 0.04 | 0.07 |
| HSL | 302.69º | 0.86% | 0.54% | - |
| HSV(B) | 302.69º | 0.84% | 0.93% | - |
| XYZ | 50.06 | 25.16 | 76.35 | - |
| YUV | 118.99 | 190.09 | 212.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 37 | 229 | 0 | 0.84 | 0.04 | 0.07 | 302.69 | 0.86 | 0.54 |
| Hex | EE | 25 | E5 | 0 | 54 | 4 | 7 | 12F | 56 | 36 |
| Octal | 356 | 45 | 345 | 0 | 124 | 4 | 7 | 457 | 126 | 66 |
| Binary | 11101110 | 100101 | 11100101 | 0 | 1010100 | 100 | 111 | 100101111 | 1010110 | 110110 |
Color Harmonies of #EE25E5
Complementary color
Monochromatic Colors of #EE25E5
Black with #EE25E5
Text Example
Text Example
White with #EE25E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE25E5; }
p { color: rgb(238,37,229); }
H1.HeaderClassName
{
color: #EE25E5;
}
.AnyTagClassName
{
color: #EE25E5;
}
</style>
background-color css
<style>
a { background-color: #EE25E5; }
a { background-color: rgb(238,37,229); }
div.DivClassName
{
background-color: #EE25E5;
}
.BgClassName
{
background-color: #EE25E5;
}
</style>
border-color css
<style>
span { border-color: #EE25E5; }
span { border-color: rgb(238,37,229); }
td.TdClassName
{
border-color: #EE25E5;
}
.TagClassName
{
border-color: #EE25E5;
}
</style>