Shades of Razzle Dazzle Rose #E239C5
Tints of Razzle Dazzle Rose #E239C5
RGB
CMYK
RGB Variations
Color information
#E239C5 (or 0xE239C5) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and C5. RGB value is (226,57,197). Sum of RGB (Red+Green+Blue) = 226+57+197=480 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.08% from 480); Green value is 57 (22.66% from 255 or 11.88% from 480); Blue value is 197 (77.34% from 255 or 41.04% from 480); Max value from RGB is 226 - color contains mainly: red. Hex color #E239C5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239C5 is #1DC63A. Grayscale: #7B7B7B. Windows color (decimal): -1951291 or 12925410. OLE color: 12925410.
HSL color Cylindrical-coordinate representation of color #E239C5: hue angle of 310.3º degrees, saturation: 0.74, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #E239C5 is Cyan = 0, Magento = 0.75, Yellow = 0.13 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 197 | - |
| CMYK | 0 | 0.75 | 0.13 | 0.11 |
| HSL | 310.3º | 0.74% | 0.55% | - |
| HSV(B) | 310.3º | 0.75% | 0.89% | - |
| XYZ | 42.91 | 23.13 | 55.03 | - |
| YUV | 123.49 | 169.49 | 201.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 197 | 0 | 0.75 | 0.13 | 0.11 | 310.3 | 0.74 | 0.55 |
| Hex | E2 | 39 | C5 | 0 | 4B | D | B | 136 | 4A | 37 |
| Octal | 342 | 71 | 305 | 0 | 113 | 15 | 13 | 466 | 112 | 67 |
| Binary | 11100010 | 111001 | 11000101 | 0 | 1001011 | 1101 | 1011 | 100110110 | 1001010 | 110111 |
Color Harmonies of #E239C5
Complementary color
Monochromatic Colors of #E239C5
Black with #E239C5
Text Example
Text Example
White with #E239C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239C5; }
p { color: rgb(226,57,197); }
H1.HeaderClassName
{
color: #E239C5;
}
.AnyTagClassName
{
color: #E239C5;
}
</style>
background-color css
<style>
a { background-color: #E239C5; }
a { background-color: rgb(226,57,197); }
div.DivClassName
{
background-color: #E239C5;
}
.BgClassName
{
background-color: #E239C5;
}
</style>
border-color css
<style>
span { border-color: #E239C5; }
span { border-color: rgb(226,57,197); }
td.TdClassName
{
border-color: #E239C5;
}
.TagClassName
{
border-color: #E239C5;
}
</style>