Shades of Razzle Dazzle Rose #E239CB
Tints of Razzle Dazzle Rose #E239CB
RGB
CMYK
RGB Variations
Color information
#E239CB (or 0xE239CB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and CB. RGB value is (226,57,203). Sum of RGB (Red+Green+Blue) = 226+57+203=486 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.50% from 486); Green value is 57 (22.66% from 255 or 11.73% from 486); Blue value is 203 (79.69% from 255 or 41.77% from 486); Max value from RGB is 226 - color contains mainly: red. Hex color #E239CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239CB is #1DC634. Grayscale: #7B7B7B. Windows color (decimal): -1951285 or 13318626. OLE color: 13318626.
HSL color Cylindrical-coordinate representation of color #E239CB: hue angle of 308.17º 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 #E239CB is Cyan = 0, Magento = 0.75, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 203 | - |
| CMYK | 0 | 0.75 | 0.10 | 0.11 |
| HSL | 308.17º | 0.74% | 0.55% | - |
| HSV(B) | 308.17º | 0.75% | 0.89% | - |
| XYZ | 43.61 | 23.41 | 58.72 | - |
| YUV | 124.18 | 172.49 | 200.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 203 | 0 | 0.75 | 0.10 | 0.11 | 308.17 | 0.74 | 0.55 |
| Hex | E2 | 39 | CB | 0 | 4B | A | B | 134 | 4A | 37 |
| Octal | 342 | 71 | 313 | 0 | 113 | 12 | 13 | 464 | 112 | 67 |
| Binary | 11100010 | 111001 | 11001011 | 0 | 1001011 | 1010 | 1011 | 100110100 | 1001010 | 110111 |
Color Harmonies of #E239CB
Complementary color
Monochromatic Colors of #E239CB
Black with #E239CB
Text Example
Text Example
White with #E239CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239CB; }
p { color: rgb(226,57,203); }
H1.HeaderClassName
{
color: #E239CB;
}
.AnyTagClassName
{
color: #E239CB;
}
</style>
background-color css
<style>
a { background-color: #E239CB; }
a { background-color: rgb(226,57,203); }
div.DivClassName
{
background-color: #E239CB;
}
.BgClassName
{
background-color: #E239CB;
}
</style>
border-color css
<style>
span { border-color: #E239CB; }
span { border-color: rgb(226,57,203); }
td.TdClassName
{
border-color: #E239CB;
}
.TagClassName
{
border-color: #E239CB;
}
</style>