Shades of Razzle Dazzle Rose #E239CC
Tints of Razzle Dazzle Rose #E239CC
RGB
CMYK
RGB Variations
Color information
#E239CC (or 0xE239CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and CC. RGB value is (226,57,204). Sum of RGB (Red+Green+Blue) = 226+57+204=487 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.41% from 487); Green value is 57 (22.66% from 255 or 11.70% from 487); Blue value is 204 (80.08% from 255 or 41.89% from 487); Max value from RGB is 226 - color contains mainly: red. Hex color #E239CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239CC is #1DC633. Grayscale: #7B7B7B. Windows color (decimal): -1951284 or 13384162. OLE color: 13384162.
HSL color Cylindrical-coordinate representation of color #E239CC: hue angle of 307.81º 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 #E239CC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 204 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.11 |
| HSL | 307.81º | 0.74% | 0.55% | - |
| HSV(B) | 307.81º | 0.75% | 0.89% | - |
| XYZ | 43.73 | 23.45 | 59.35 | - |
| YUV | 124.29 | 172.99 | 200.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 204 | 0 | 0.75 | 0.10 | 0.11 | 307.81 | 0.74 | 0.55 |
| Hex | E2 | 39 | CC | 0 | 4B | A | B | 134 | 4A | 37 |
| Octal | 342 | 71 | 314 | 0 | 113 | 12 | 13 | 464 | 112 | 67 |
| Binary | 11100010 | 111001 | 11001100 | 0 | 1001011 | 1010 | 1011 | 100110100 | 1001010 | 110111 |
Color Harmonies of #E239CC
Complementary color
Monochromatic Colors of #E239CC
Black with #E239CC
Text Example
Text Example
White with #E239CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239CC; }
p { color: rgb(226,57,204); }
H1.HeaderClassName
{
color: #E239CC;
}
.AnyTagClassName
{
color: #E239CC;
}
</style>
background-color css
<style>
a { background-color: #E239CC; }
a { background-color: rgb(226,57,204); }
div.DivClassName
{
background-color: #E239CC;
}
.BgClassName
{
background-color: #E239CC;
}
</style>
border-color css
<style>
span { border-color: #E239CC; }
span { border-color: rgb(226,57,204); }
td.TdClassName
{
border-color: #E239CC;
}
.TagClassName
{
border-color: #E239CC;
}
</style>