Shades of Razzle Dazzle Rose #E238C7
Tints of Razzle Dazzle Rose #E238C7
RGB
CMYK
RGB Variations
Color information
#E238C7 (or 0xE238C7) is known color: Razzle Dazzle Rose. HEX triplet: E2, 38 and C7. RGB value is (226,56,199). Sum of RGB (Red+Green+Blue) = 226+56+199=481 (63% of max value = 765). Red value is 226 (88.67% from 255 or 46.99% from 481); Green value is 56 (22.27% from 255 or 11.64% from 481); Blue value is 199 (78.12% from 255 or 41.37% from 481); Max value from RGB is 226 - color contains mainly: red. Hex color #E238C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E238C7 is #1DC738. Grayscale: #7A7A7A. Windows color (decimal): -1951545 or 13056226. OLE color: 13056226.
HSL color Cylindrical-coordinate representation of color #E238C7: hue angle of 309.53º 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 #E238C7 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 56 | 199 | - |
| CMYK | 0 | 0.75 | 0.12 | 0.11 |
| HSL | 309.53º | 0.75% | 0.55% | - |
| HSV(B) | 309.53º | 0.75% | 0.89% | - |
| XYZ | 43.09 | 23.12 | 56.22 | - |
| YUV | 123.13 | 170.82 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 56 | 199 | 0 | 0.75 | 0.12 | 0.11 | 309.53 | 0.75 | 0.55 |
| Hex | E2 | 38 | C7 | 0 | 4B | C | B | 136 | 4B | 37 |
| Octal | 342 | 70 | 307 | 0 | 113 | 14 | 13 | 466 | 113 | 67 |
| Binary | 11100010 | 111000 | 11000111 | 0 | 1001011 | 1100 | 1011 | 100110110 | 1001011 | 110111 |
Color Harmonies of #E238C7
Complementary color
Monochromatic Colors of #E238C7
Black with #E238C7
Text Example
Text Example
White with #E238C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E238C7; }
p { color: rgb(226,56,199); }
H1.HeaderClassName
{
color: #E238C7;
}
.AnyTagClassName
{
color: #E238C7;
}
</style>
background-color css
<style>
a { background-color: #E238C7; }
a { background-color: rgb(226,56,199); }
div.DivClassName
{
background-color: #E238C7;
}
.BgClassName
{
background-color: #E238C7;
}
</style>
border-color css
<style>
span { border-color: #E238C7; }
span { border-color: rgb(226,56,199); }
td.TdClassName
{
border-color: #E238C7;
}
.TagClassName
{
border-color: #E238C7;
}
</style>