Shades of Razzle Dazzle Rose #E239BF
Tints of Razzle Dazzle Rose #E239BF
RGB
CMYK
RGB Variations
Color information
#E239BF (or 0xE239BF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and BF. RGB value is (226,57,191). Sum of RGB (Red+Green+Blue) = 226+57+191=474 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.68% from 474); Green value is 57 (22.66% from 255 or 12.03% from 474); Blue value is 191 (75% from 255 or 40.30% from 474); Max value from RGB is 226 - color contains mainly: red. Hex color #E239BF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239BF is #1DC640. Grayscale: #7A7A7A. Windows color (decimal): -1951297 or 12532194. OLE color: 12532194.
HSL color Cylindrical-coordinate representation of color #E239BF: hue angle of 312.43º degrees, saturation: 0.74, 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 #E239BF is Cyan = 0, Magento = 0.75, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 191 | - |
| CMYK | 0 | 0.75 | 0.15 | 0.11 |
| HSL | 312.43º | 0.74% | 0.55% | - |
| HSV(B) | 312.43º | 0.75% | 0.89% | - |
| XYZ | 42.23 | 22.86 | 51.48 | - |
| YUV | 122.81 | 166.49 | 201.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 191 | 0 | 0.75 | 0.15 | 0.11 | 312.43 | 0.74 | 0.55 |
| Hex | E2 | 39 | BF | 0 | 4B | F | B | 138 | 4A | 37 |
| Octal | 342 | 71 | 277 | 0 | 113 | 17 | 13 | 470 | 112 | 67 |
| Binary | 11100010 | 111001 | 10111111 | 0 | 1001011 | 1111 | 1011 | 100111000 | 1001010 | 110111 |
Color Harmonies of #E239BF
Complementary color
Monochromatic Colors of #E239BF
Black with #E239BF
Text Example
Text Example
White with #E239BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239BF; }
p { color: rgb(226,57,191); }
H1.HeaderClassName
{
color: #E239BF;
}
.AnyTagClassName
{
color: #E239BF;
}
</style>
background-color css
<style>
a { background-color: #E239BF; }
a { background-color: rgb(226,57,191); }
div.DivClassName
{
background-color: #E239BF;
}
.BgClassName
{
background-color: #E239BF;
}
</style>
border-color css
<style>
span { border-color: #E239BF; }
span { border-color: rgb(226,57,191); }
td.TdClassName
{
border-color: #E239BF;
}
.TagClassName
{
border-color: #E239BF;
}
</style>