Shades of Razzle Dazzle Rose #E229E4
Tints of Razzle Dazzle Rose #E229E4
RGB
CMYK
RGB Variations
Color information
#E229E4 (or 0xE229E4) is known color: Razzle Dazzle Rose. HEX triplet: E2, 29 and E4. RGB value is (226,41,228). Sum of RGB (Red+Green+Blue) = 226+41+228=495 (65% of max value = 765). Red value is 226 (88.67% from 255 or 45.66% from 495); Green value is 41 (16.41% from 255 or 8.28% from 495); Blue value is 228 (89.45% from 255 or 46.06% from 495); Max value from RGB is 228 - color contains mainly: blue. Hex color #E229E4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E229E4 is #1DD61B. Grayscale: #757575. Windows color (decimal): -1955356 or 14952930. OLE color: 14952930.
HSL color Cylindrical-coordinate representation of color #E229E4: hue angle of 299.36º degrees, saturation: 0.78, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E229E4 is Cyan = 0.01, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 41 | 228 | - |
| CMYK | 0.01 | 0.82 | 0 | 0.11 |
| HSL | 299.36º | 0.78% | 0.53% | - |
| HSV(B) | 299.36º | 0.82% | 0.89% | - |
| XYZ | 46.16 | 23.36 | 75.47 | - |
| YUV | 117.63 | 190.29 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 41 | 228 | 0.01 | 0.82 | 0 | 0.11 | 299.36 | 0.78 | 0.53 |
| Hex | E2 | 29 | E4 | 1 | 52 | 0 | B | 12B | 4E | 35 |
| Octal | 342 | 51 | 344 | 1 | 122 | 0 | 13 | 453 | 116 | 65 |
| Binary | 11100010 | 101001 | 11100100 | 1 | 1010010 | 0 | 1011 | 100101011 | 1001110 | 110101 |
Color Harmonies of #E229E4
Complementary color
Monochromatic Colors of #E229E4
Black with #E229E4
Text Example
Text Example
White with #E229E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E229E4; }
p { color: rgb(226,41,228); }
H1.HeaderClassName
{
color: #E229E4;
}
.AnyTagClassName
{
color: #E229E4;
}
</style>
background-color css
<style>
a { background-color: #E229E4; }
a { background-color: rgb(226,41,228); }
div.DivClassName
{
background-color: #E229E4;
}
.BgClassName
{
background-color: #E229E4;
}
</style>
border-color css
<style>
span { border-color: #E229E4; }
span { border-color: rgb(226,41,228); }
td.TdClassName
{
border-color: #E229E4;
}
.TagClassName
{
border-color: #E229E4;
}
</style>