Shades of Razzle Dazzle Rose #E232C1
Tints of Razzle Dazzle Rose #E232C1
RGB
CMYK
RGB Variations
Color information
#E232C1 (or 0xE232C1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and C1. RGB value is (226,50,193). Sum of RGB (Red+Green+Blue) = 226+50+193=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 50 (19.92% from 255 or 10.66% from 469); Blue value is 193 (75.78% from 255 or 41.15% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E232C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232C1 is #1DCD3E. Grayscale: #767676. Windows color (decimal): -1953087 or 12661474. OLE color: 12661474.
HSL color Cylindrical-coordinate representation of color #E232C1: hue angle of 311.25º degrees, saturation: 0.75, 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 #E232C1 is Cyan = 0, Magento = 0.78, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 193 | - |
| CMYK | 0 | 0.78 | 0.15 | 0.11 |
| HSL | 311.25º | 0.75% | 0.54% | - |
| HSV(B) | 311.25º | 0.78% | 0.89% | - |
| XYZ | 42.13 | 22.3 | 52.54 | - |
| YUV | 118.93 | 169.81 | 204.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 193 | 0 | 0.78 | 0.15 | 0.11 | 311.25 | 0.75 | 0.54 |
| Hex | E2 | 32 | C1 | 0 | 4E | F | B | 137 | 4B | 36 |
| Octal | 342 | 62 | 301 | 0 | 116 | 17 | 13 | 467 | 113 | 66 |
| Binary | 11100010 | 110010 | 11000001 | 0 | 1001110 | 1111 | 1011 | 100110111 | 1001011 | 110110 |
Color Harmonies of #E232C1
Complementary color
Monochromatic Colors of #E232C1
Black with #E232C1
Text Example
Text Example
White with #E232C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232C1; }
p { color: rgb(226,50,193); }
H1.HeaderClassName
{
color: #E232C1;
}
.AnyTagClassName
{
color: #E232C1;
}
</style>
background-color css
<style>
a { background-color: #E232C1; }
a { background-color: rgb(226,50,193); }
div.DivClassName
{
background-color: #E232C1;
}
.BgClassName
{
background-color: #E232C1;
}
</style>
border-color css
<style>
span { border-color: #E232C1; }
span { border-color: rgb(226,50,193); }
td.TdClassName
{
border-color: #E232C1;
}
.TagClassName
{
border-color: #E232C1;
}
</style>