Shades of Razzle Dazzle Rose #E239BD
Tints of Razzle Dazzle Rose #E239BD
RGB
CMYK
RGB Variations
Color information
#E239BD (or 0xE239BD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and BD. RGB value is (226,57,189). Sum of RGB (Red+Green+Blue) = 226+57+189=472 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.88% from 472); Green value is 57 (22.66% from 255 or 12.08% from 472); Blue value is 189 (74.22% from 255 or 40.04% from 472); Max value from RGB is 226 - color contains mainly: red. Hex color #E239BD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239BD is #1DC642. Grayscale: #7A7A7A. Windows color (decimal): -1951299 or 12401122. OLE color: 12401122.
HSL color Cylindrical-coordinate representation of color #E239BD: hue angle of 313.14º 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 #E239BD is Cyan = 0, Magento = 0.75, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 189 | - |
| CMYK | 0 | 0.75 | 0.16 | 0.11 |
| HSL | 313.14º | 0.74% | 0.55% | - |
| HSV(B) | 313.14º | 0.75% | 0.89% | - |
| XYZ | 42.01 | 22.77 | 50.32 | - |
| YUV | 122.58 | 165.49 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 189 | 0 | 0.75 | 0.16 | 0.11 | 313.14 | 0.74 | 0.55 |
| Hex | E2 | 39 | BD | 0 | 4B | 10 | B | 139 | 4A | 37 |
| Octal | 342 | 71 | 275 | 0 | 113 | 20 | 13 | 471 | 112 | 67 |
| Binary | 11100010 | 111001 | 10111101 | 0 | 1001011 | 10000 | 1011 | 100111001 | 1001010 | 110111 |
Color Harmonies of #E239BD
Complementary color
Monochromatic Colors of #E239BD
Black with #E239BD
Text Example
Text Example
White with #E239BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239BD; }
p { color: rgb(226,57,189); }
H1.HeaderClassName
{
color: #E239BD;
}
.AnyTagClassName
{
color: #E239BD;
}
</style>
background-color css
<style>
a { background-color: #E239BD; }
a { background-color: rgb(226,57,189); }
div.DivClassName
{
background-color: #E239BD;
}
.BgClassName
{
background-color: #E239BD;
}
</style>
border-color css
<style>
span { border-color: #E239BD; }
span { border-color: rgb(226,57,189); }
td.TdClassName
{
border-color: #E239BD;
}
.TagClassName
{
border-color: #E239BD;
}
</style>