Shades of Razzle Dazzle Rose #EE29E3
Tints of Razzle Dazzle Rose #EE29E3
RGB
CMYK
RGB Variations
Color information
#EE29E3 (or 0xEE29E3) is known color: Razzle Dazzle Rose. HEX triplet: EE, 29 and E3. RGB value is (238,41,227). Sum of RGB (Red+Green+Blue) = 238+41+227=506 (67% of max value = 765). Red value is 238 (93.36% from 255 or 47.04% from 506); Green value is 41 (16.41% from 255 or 8.10% from 506); Blue value is 227 (89.06% from 255 or 44.86% from 506); Max value from RGB is 238 - color contains mainly: red. Hex color #EE29E3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EE29E3 is #11D61C. Grayscale: #787878. Windows color (decimal): -1168925 or 14887406. OLE color: 14887406.
HSL color Cylindrical-coordinate representation of color #EE29E3: hue angle of 303.35º degrees, saturation: 0.85, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #EE29E3 is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 238 | 41 | 227 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.07 |
| HSL | 303.35º | 0.85% | 0.55% | - |
| HSV(B) | 303.35º | 0.83% | 0.93% | - |
| XYZ | 49.92 | 25.31 | 74.93 | - |
| YUV | 121.11 | 187.77 | 211.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 238 | 41 | 227 | 0 | 0.83 | 0.05 | 0.07 | 303.35 | 0.85 | 0.55 |
| Hex | EE | 29 | E3 | 0 | 53 | 5 | 7 | 12F | 55 | 37 |
| Octal | 356 | 51 | 343 | 0 | 123 | 5 | 7 | 457 | 125 | 67 |
| Binary | 11101110 | 101001 | 11100011 | 0 | 1010011 | 101 | 111 | 100101111 | 1010101 | 110111 |
Color Harmonies of #EE29E3
Complementary color
Monochromatic Colors of #EE29E3
Black with #EE29E3
Text Example
Text Example
White with #EE29E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EE29E3; }
p { color: rgb(238,41,227); }
H1.HeaderClassName
{
color: #EE29E3;
}
.AnyTagClassName
{
color: #EE29E3;
}
</style>
background-color css
<style>
a { background-color: #EE29E3; }
a { background-color: rgb(238,41,227); }
div.DivClassName
{
background-color: #EE29E3;
}
.BgClassName
{
background-color: #EE29E3;
}
</style>
border-color css
<style>
span { border-color: #EE29E3; }
span { border-color: rgb(238,41,227); }
td.TdClassName
{
border-color: #EE29E3;
}
.TagClassName
{
border-color: #EE29E3;
}
</style>