Shades of Razzle Dazzle Rose #E238BE
Tints of Razzle Dazzle Rose #E238BE
RGB
CMYK
RGB Variations
Color information
#E238BE (or 0xE238BE) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and BE. RGB value is (226,56,190). Sum of RGB (Red+Green+Blue) = 226+56+190=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 56 (22.27% from 255 or 11.86% from 472); Blue value is 190 (74.61% from 255 or 40.25% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E238BE is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238BE is #1DC741. Grayscale: #797979. Windows color (decimal): -1951554 or 12466402. OLE color: 12466402.
HSL color Cylindrical-coordinate representation of color #E238BE: hue angle of 312.71º 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 #E238BE is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 190 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.11 |
| HSL | 312.71º | 0.75% | 0.55% | - |
| HSV(B) | 312.71º | 0.75% | 0.89% | - |
| XYZ | 42.07 | 22.71 | 50.88 | - |
| YUV | 122.11 | 166.32 | 202.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 190 | 0 | 0.75 | 0.16 | 0.11 | 312.71 | 0.75 | 0.55 |
| Hex | E2 | 38 | BE | 0 | 4B | 10 | B | 139 | 4B | 37 |
| Octal | 342 | 70 | 276 | 0 | 113 | 20 | 13 | 471 | 113 | 67 |
| Binary | 11100010 | 111000 | 10111110 | 0 | 1001011 | 10000 | 1011 | 100111001 | 1001011 | 110111 |
Color Harmonies of #E238BE
Complementary color
Monochromatic Colors of #E238BE
Black with #E238BE
Text Example
Text Example
White with #E238BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238BE; }
p { color: rgb(226,56,190); }
H1.HeaderClassName
{
color: #E238BE;
}
.AnyTagClassName
{
color: #E238BE;
}
</style>
background-color css
<style>
a { background-color: #E238BE; }
a { background-color: rgb(226,56,190); }
div.DivClassName
{
background-color: #E238BE;
}
.BgClassName
{
background-color: #E238BE;
}
</style>
border-color css
<style>
span { border-color: #E238BE; }
span { border-color: rgb(226,56,190); }
td.TdClassName
{
border-color: #E238BE;
}
.TagClassName
{
border-color: #E238BE;
}
</style>