Shades of Razzle Dazzle Rose #E238CF
Tints of Razzle Dazzle Rose #E238CF
RGB
CMYK
RGB Variations
Color information
#E238CF (or 0xE238CF) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and CF. RGB value is (226,56,207). Sum of RGB (Red+Green+Blue) = 226+56+207=489 (64% of max value = 765). Red value is 226 (88.67% from 255 or 46.22% from 489); Green value is 56 (22.27% from 255 or 11.45% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 226 - color contains mainly: red. Hex color #E238CF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238CF is #1DC730. Grayscale: #7B7B7B. Windows color (decimal): -1951537 or 13580514. OLE color: 13580514.
HSL color Cylindrical-coordinate representation of color #E238CF: hue angle of 306.71º 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 #E238CF is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 207 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.11 |
| HSL | 306.71º | 0.75% | 0.55% | - |
| HSV(B) | 306.71º | 0.75% | 0.89% | - |
| XYZ | 44.04 | 23.5 | 61.25 | - |
| YUV | 124.04 | 174.82 | 200.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 207 | 0 | 0.75 | 0.08 | 0.11 | 306.71 | 0.75 | 0.55 |
| Hex | E2 | 38 | CF | 0 | 4B | 8 | B | 133 | 4B | 37 |
| Octal | 342 | 70 | 317 | 0 | 113 | 10 | 13 | 463 | 113 | 67 |
| Binary | 11100010 | 111000 | 11001111 | 0 | 1001011 | 1000 | 1011 | 100110011 | 1001011 | 110111 |
Color Harmonies of #E238CF
Complementary color
Monochromatic Colors of #E238CF
Black with #E238CF
Text Example
Text Example
White with #E238CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238CF; }
p { color: rgb(226,56,207); }
H1.HeaderClassName
{
color: #E238CF;
}
.AnyTagClassName
{
color: #E238CF;
}
</style>
background-color css
<style>
a { background-color: #E238CF; }
a { background-color: rgb(226,56,207); }
div.DivClassName
{
background-color: #E238CF;
}
.BgClassName
{
background-color: #E238CF;
}
</style>
border-color css
<style>
span { border-color: #E238CF; }
span { border-color: rgb(226,56,207); }
td.TdClassName
{
border-color: #E238CF;
}
.TagClassName
{
border-color: #E238CF;
}
</style>