Shades of Razzle Dazzle Rose #E238BF
Tints of Razzle Dazzle Rose #E238BF
RGB
CMYK
RGB Variations
Color information
#E238BF (or 0xE238BF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and BF. RGB value is (226,56,191). Sum of RGB (Red+Green+Blue) = 226+56+191=473 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.78% from 473); Green value is 56 (22.27% from 255 or 11.84% from 473); Blue value is 191 (75% from 255 or 40.38% from 473); Max value from RGB is 226 - color contains mainly: red. Hex color #E238BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238BF is #1DC740. Grayscale: #797979. Windows color (decimal): -1951553 or 12531938. OLE color: 12531938.
HSL color Cylindrical-coordinate representation of color #E238BF: hue angle of 312.35º 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 #E238BF is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 191 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.11 |
| HSL | 312.35º | 0.75% | 0.55% | - |
| HSV(B) | 312.35º | 0.75% | 0.89% | - |
| XYZ | 42.18 | 22.76 | 51.46 | - |
| YUV | 122.22 | 166.82 | 202.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 191 | 0 | 0.75 | 0.15 | 0.11 | 312.35 | 0.75 | 0.55 |
| Hex | E2 | 38 | BF | 0 | 4B | F | B | 138 | 4B | 37 |
| Octal | 342 | 70 | 277 | 0 | 113 | 17 | 13 | 470 | 113 | 67 |
| Binary | 11100010 | 111000 | 10111111 | 0 | 1001011 | 1111 | 1011 | 100111000 | 1001011 | 110111 |
Color Harmonies of #E238BF
Complementary color
Monochromatic Colors of #E238BF
Black with #E238BF
Text Example
Text Example
White with #E238BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238BF; }
p { color: rgb(226,56,191); }
H1.HeaderClassName
{
color: #E238BF;
}
.AnyTagClassName
{
color: #E238BF;
}
</style>
background-color css
<style>
a { background-color: #E238BF; }
a { background-color: rgb(226,56,191); }
div.DivClassName
{
background-color: #E238BF;
}
.BgClassName
{
background-color: #E238BF;
}
</style>
border-color css
<style>
span { border-color: #E238BF; }
span { border-color: rgb(226,56,191); }
td.TdClassName
{
border-color: #E238BF;
}
.TagClassName
{
border-color: #E238BF;
}
</style>