Shades of Razzle Dazzle Rose #E238CC
Tints of Razzle Dazzle Rose #E238CC
RGB
CMYK
RGB Variations
Color information
#E238CC (or 0xE238CC) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and CC. RGB value is (226,56,204). Sum of RGB (Red+Green+Blue) = 226+56+204=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 56 (22.27% from 255 or 11.52% from 486); Blue value is 204 (80.08% from 255 or 41.98% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E238CC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238CC is #1DC733. Grayscale: #7B7B7B. Windows color (decimal): -1951540 or 13383906. OLE color: 13383906.
HSL color Cylindrical-coordinate representation of color #E238CC: hue angle of 307.76º degrees, saturation: 0.75, 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 #E238CC is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 204 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.11 |
| HSL | 307.76º | 0.75% | 0.55% | - |
| HSV(B) | 307.76º | 0.75% | 0.89% | - |
| XYZ | 43.68 | 23.36 | 59.33 | - |
| YUV | 123.7 | 173.32 | 200.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 204 | 0 | 0.75 | 0.10 | 0.11 | 307.76 | 0.75 | 0.55 |
| Hex | E2 | 38 | CC | 0 | 4B | A | B | 134 | 4B | 37 |
| Octal | 342 | 70 | 314 | 0 | 113 | 12 | 13 | 464 | 113 | 67 |
| Binary | 11100010 | 111000 | 11001100 | 0 | 1001011 | 1010 | 1011 | 100110100 | 1001011 | 110111 |
Color Harmonies of #E238CC
Complementary color
Monochromatic Colors of #E238CC
Black with #E238CC
Text Example
Text Example
White with #E238CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238CC; }
p { color: rgb(226,56,204); }
H1.HeaderClassName
{
color: #E238CC;
}
.AnyTagClassName
{
color: #E238CC;
}
</style>
background-color css
<style>
a { background-color: #E238CC; }
a { background-color: rgb(226,56,204); }
div.DivClassName
{
background-color: #E238CC;
}
.BgClassName
{
background-color: #E238CC;
}
</style>
border-color css
<style>
span { border-color: #E238CC; }
span { border-color: rgb(226,56,204); }
td.TdClassName
{
border-color: #E238CC;
}
.TagClassName
{
border-color: #E238CC;
}
</style>