Shades of Razzle Dazzle Rose #E239C1
Tints of Razzle Dazzle Rose #E239C1
RGB
CMYK
RGB Variations
Color information
#E239C1 (or 0xE239C1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and C1. RGB value is (226,57,193). Sum of RGB (Red+Green+Blue) = 226+57+193=476 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.48% from 476); Green value is 57 (22.66% from 255 or 11.97% from 476); Blue value is 193 (75.78% from 255 or 40.55% from 476); Max value from RGB is 226 - color contains mainly: red. Hex color #E239C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239C1 is #1DC63E. Grayscale: #7A7A7A. Windows color (decimal): -1951295 or 12663266. OLE color: 12663266.
HSL color Cylindrical-coordinate representation of color #E239C1: hue angle of 311.72º 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 #E239C1 is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 193 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.11 |
| HSL | 311.72º | 0.74% | 0.55% | - |
| HSV(B) | 311.72º | 0.75% | 0.89% | - |
| XYZ | 42.45 | 22.95 | 52.64 | - |
| YUV | 123.04 | 167.49 | 201.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 193 | 0 | 0.75 | 0.15 | 0.11 | 311.72 | 0.74 | 0.55 |
| Hex | E2 | 39 | C1 | 0 | 4B | F | B | 138 | 4A | 37 |
| Octal | 342 | 71 | 301 | 0 | 113 | 17 | 13 | 470 | 112 | 67 |
| Binary | 11100010 | 111001 | 11000001 | 0 | 1001011 | 1111 | 1011 | 100111000 | 1001010 | 110111 |
Color Harmonies of #E239C1
Complementary color
Monochromatic Colors of #E239C1
Black with #E239C1
Text Example
Text Example
White with #E239C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239C1; }
p { color: rgb(226,57,193); }
H1.HeaderClassName
{
color: #E239C1;
}
.AnyTagClassName
{
color: #E239C1;
}
</style>
background-color css
<style>
a { background-color: #E239C1; }
a { background-color: rgb(226,57,193); }
div.DivClassName
{
background-color: #E239C1;
}
.BgClassName
{
background-color: #E239C1;
}
</style>
border-color css
<style>
span { border-color: #E239C1; }
span { border-color: rgb(226,57,193); }
td.TdClassName
{
border-color: #E239C1;
}
.TagClassName
{
border-color: #E239C1;
}
</style>