Shades of Razzle Dazzle Rose #E232E3
Tints of Razzle Dazzle Rose #E232E3
RGB
CMYK
RGB Variations
Color information
#E232E3 (or 0xE232E3) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and E3. RGB value is (226,50,227). Sum of RGB (Red+Green+Blue) = 226+50+227=503 (66% of max value = 765). Red value is 226 (88.67% from 255 or 44.93% from 503); Green value is 50 (19.92% from 255 or 9.94% from 503); Blue value is 227 (89.06% from 255 or 45.13% from 503); Max value from RGB is 227 - color contains mainly: blue. Hex color #E232E3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232E3 is #1DCD1C. Grayscale: #7A7A7A. Windows color (decimal): -1953053 or 14889698. OLE color: 14889698.
HSL color Cylindrical-coordinate representation of color #E232E3: hue angle of 299.66º degrees, saturation: 0.76, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E232E3 is Cyan = 0.00, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 227 | - |
| CMYK | 0.00 | 0.78 | 0 | 0.11 |
| HSL | 299.66º | 0.76% | 0.54% | - |
| HSV(B) | 299.66º | 0.78% | 0.89% | - |
| XYZ | 46.37 | 24 | 74.86 | - |
| YUV | 122.8 | 186.81 | 201.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 227 | 0.00 | 0.78 | 0 | 0.11 | 299.66 | 0.76 | 0.54 |
| Hex | E2 | 32 | E3 | 0 | 4E | 0 | B | 12C | 4C | 36 |
| Octal | 342 | 62 | 343 | 0 | 116 | 0 | 13 | 454 | 114 | 66 |
| Binary | 11100010 | 110010 | 11100011 | 0 | 1001110 | 0 | 1011 | 100101100 | 1001100 | 110110 |
Color Harmonies of #E232E3
Complementary color
Monochromatic Colors of #E232E3
Black with #E232E3
Text Example
Text Example
White with #E232E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232E3; }
p { color: rgb(226,50,227); }
H1.HeaderClassName
{
color: #E232E3;
}
.AnyTagClassName
{
color: #E232E3;
}
</style>
background-color css
<style>
a { background-color: #E232E3; }
a { background-color: rgb(226,50,227); }
div.DivClassName
{
background-color: #E232E3;
}
.BgClassName
{
background-color: #E232E3;
}
</style>
border-color css
<style>
span { border-color: #E232E3; }
span { border-color: rgb(226,50,227); }
td.TdClassName
{
border-color: #E232E3;
}
.TagClassName
{
border-color: #E232E3;
}
</style>