Shades of Razzle Dazzle Rose #E232CB
Tints of Razzle Dazzle Rose #E232CB
RGB
CMYK
RGB Variations
Color information
#E232CB (or 0xE232CB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 32 and CB. RGB value is (226,50,203). Sum of RGB (Red+Green+Blue) = 226+50+203=479 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.18% from 479); Green value is 50 (19.92% from 255 or 10.44% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 226 - color contains mainly: red. Hex color #E232CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E232CB is #1DCD34. Grayscale: #777777. Windows color (decimal): -1953077 or 13316834. OLE color: 13316834.
HSL color Cylindrical-coordinate representation of color #E232CB: hue angle of 307.84º 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 #E232CB is Cyan = 0, Magento = 0.78, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 50 | 203 | - |
| CMYK | 0 | 0.78 | 0.10 | 0.11 |
| HSL | 307.84º | 0.75% | 0.54% | - |
| HSV(B) | 307.84º | 0.78% | 0.89% | - |
| XYZ | 43.28 | 22.76 | 58.61 | - |
| YUV | 120.07 | 174.81 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 50 | 203 | 0 | 0.78 | 0.10 | 0.11 | 307.84 | 0.75 | 0.54 |
| Hex | E2 | 32 | CB | 0 | 4E | A | B | 134 | 4B | 36 |
| Octal | 342 | 62 | 313 | 0 | 116 | 12 | 13 | 464 | 113 | 66 |
| Binary | 11100010 | 110010 | 11001011 | 0 | 1001110 | 1010 | 1011 | 100110100 | 1001011 | 110110 |
Color Harmonies of #E232CB
Complementary color
Monochromatic Colors of #E232CB
Black with #E232CB
Text Example
Text Example
White with #E232CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E232CB; }
p { color: rgb(226,50,203); }
H1.HeaderClassName
{
color: #E232CB;
}
.AnyTagClassName
{
color: #E232CB;
}
</style>
background-color css
<style>
a { background-color: #E232CB; }
a { background-color: rgb(226,50,203); }
div.DivClassName
{
background-color: #E232CB;
}
.BgClassName
{
background-color: #E232CB;
}
</style>
border-color css
<style>
span { border-color: #E232CB; }
span { border-color: rgb(226,50,203); }
td.TdClassName
{
border-color: #E232CB;
}
.TagClassName
{
border-color: #E232CB;
}
</style>