Shades of Razzle Dazzle Rose #E239CF
Tints of Razzle Dazzle Rose #E239CF
RGB
CMYK
RGB Variations
Color information
#E239CF (or 0xE239CF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 39 and CF. RGB value is (226,57,207). Sum of RGB (Red+Green+Blue) = 226+57+207=490 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.12% from 490); Green value is 57 (22.66% from 255 or 11.63% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 226 - color contains mainly: red. Hex color #E239CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E239CF is #1DC630. Grayscale: #7C7C7C. Windows color (decimal): -1951281 or 13580770. OLE color: 13580770.
HSL color Cylindrical-coordinate representation of color #E239CF: hue angle of 306.75º 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 #E239CF is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 57 | 207 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.11 |
| HSL | 306.75º | 0.74% | 0.55% | - |
| HSV(B) | 306.75º | 0.75% | 0.89% | - |
| XYZ | 44.09 | 23.6 | 61.26 | - |
| YUV | 124.63 | 174.49 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 57 | 207 | 0 | 0.75 | 0.08 | 0.11 | 306.75 | 0.74 | 0.55 |
| Hex | E2 | 39 | CF | 0 | 4B | 8 | B | 133 | 4A | 37 |
| Octal | 342 | 71 | 317 | 0 | 113 | 10 | 13 | 463 | 112 | 67 |
| Binary | 11100010 | 111001 | 11001111 | 0 | 1001011 | 1000 | 1011 | 100110011 | 1001010 | 110111 |
Color Harmonies of #E239CF
Complementary color
Monochromatic Colors of #E239CF
Black with #E239CF
Text Example
Text Example
White with #E239CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E239CF; }
p { color: rgb(226,57,207); }
H1.HeaderClassName
{
color: #E239CF;
}
.AnyTagClassName
{
color: #E239CF;
}
</style>
background-color css
<style>
a { background-color: #E239CF; }
a { background-color: rgb(226,57,207); }
div.DivClassName
{
background-color: #E239CF;
}
.BgClassName
{
background-color: #E239CF;
}
</style>
border-color css
<style>
span { border-color: #E239CF; }
span { border-color: rgb(226,57,207); }
td.TdClassName
{
border-color: #E239CF;
}
.TagClassName
{
border-color: #E239CF;
}
</style>