Shades of Razzle Dazzle Rose #E236CC
Tints of Razzle Dazzle Rose #E236CC
RGB
CMYK
RGB Variations
Color information
#E236CC (or 0xE236CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 36 and CC. RGB value is (226,54,204). Sum of RGB (Red+Green+Blue) = 226+54+204=484 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.69% from 484); Green value is 54 (21.48% from 255 or 11.16% from 484); Blue value is 204 (80.08% from 255 or 42.15% from 484); Max value from RGB is 226 - color contains mainly: red. Hex color #E236CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E236CC is #1DC933. Grayscale: #7A7A7A. Windows color (decimal): -1952052 or 13383394. OLE color: 13383394.
HSL color Cylindrical-coordinate representation of color #E236CC: hue angle of 307.67º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E236CC is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 54 | 204 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.11 |
| HSL | 307.67º | 0.75% | 0.55% | - |
| HSV(B) | 307.67º | 0.76% | 0.89% | - |
| XYZ | 43.58 | 23.17 | 59.3 | - |
| YUV | 122.53 | 173.98 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 54 | 204 | 0 | 0.76 | 0.10 | 0.11 | 307.67 | 0.75 | 0.55 |
| Hex | E2 | 36 | CC | 0 | 4C | A | B | 134 | 4B | 37 |
| Octal | 342 | 66 | 314 | 0 | 114 | 12 | 13 | 464 | 113 | 67 |
| Binary | 11100010 | 110110 | 11001100 | 0 | 1001100 | 1010 | 1011 | 100110100 | 1001011 | 110111 |
Color Harmonies of #E236CC
Complementary color
Monochromatic Colors of #E236CC
Black with #E236CC
Text Example
Text Example
White with #E236CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E236CC; }
p { color: rgb(226,54,204); }
H1.HeaderClassName
{
color: #E236CC;
}
.AnyTagClassName
{
color: #E236CC;
}
</style>
background-color css
<style>
a { background-color: #E236CC; }
a { background-color: rgb(226,54,204); }
div.DivClassName
{
background-color: #E236CC;
}
.BgClassName
{
background-color: #E236CC;
}
</style>
border-color css
<style>
span { border-color: #E236CC; }
span { border-color: rgb(226,54,204); }
td.TdClassName
{
border-color: #E236CC;
}
.TagClassName
{
border-color: #E236CC;
}
</style>