Shades of Razzle Dazzle Rose #E238CE
Tints of Razzle Dazzle Rose #E238CE
RGB
CMYK
RGB Variations
Color information
#E238CE (or 0xE238CE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and CE. RGB value is (226,56,206). Sum of RGB (Red+Green+Blue) = 226+56+206=488 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.31% from 488); Green value is 56 (22.27% from 255 or 11.48% from 488); Blue value is 206 (80.86% from 255 or 42.21% from 488); Max value from RGB is 226 - color contains mainly: red. Hex color #E238CE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238CE is #1DC731. Grayscale: #7B7B7B. Windows color (decimal): -1951538 or 13514978. OLE color: 13514978.
HSL color Cylindrical-coordinate representation of color #E238CE: hue angle of 307.06º 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 #E238CE is Cyan = 0, Magento = 0.75, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 206 | - |
| CMYK | 0 | 0.75 | 0.09 | 0.11 |
| HSL | 307.06º | 0.75% | 0.55% | - |
| HSV(B) | 307.06º | 0.75% | 0.89% | - |
| XYZ | 43.92 | 23.45 | 60.6 | - |
| YUV | 123.93 | 174.32 | 200.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 206 | 0 | 0.75 | 0.09 | 0.11 | 307.06 | 0.75 | 0.55 |
| Hex | E2 | 38 | CE | 0 | 4B | 9 | B | 133 | 4B | 37 |
| Octal | 342 | 70 | 316 | 0 | 113 | 11 | 13 | 463 | 113 | 67 |
| Binary | 11100010 | 111000 | 11001110 | 0 | 1001011 | 1001 | 1011 | 100110011 | 1001011 | 110111 |
Color Harmonies of #E238CE
Complementary color
Monochromatic Colors of #E238CE
Black with #E238CE
Text Example
Text Example
White with #E238CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238CE; }
p { color: rgb(226,56,206); }
H1.HeaderClassName
{
color: #E238CE;
}
.AnyTagClassName
{
color: #E238CE;
}
</style>
background-color css
<style>
a { background-color: #E238CE; }
a { background-color: rgb(226,56,206); }
div.DivClassName
{
background-color: #E238CE;
}
.BgClassName
{
background-color: #E238CE;
}
</style>
border-color css
<style>
span { border-color: #E238CE; }
span { border-color: rgb(226,56,206); }
td.TdClassName
{
border-color: #E238CE;
}
.TagClassName
{
border-color: #E238CE;
}
</style>