Shades of Razzle Dazzle Rose #E228CD
Tints of Razzle Dazzle Rose #E228CD
RGB
CMYK
RGB Variations
Color information
#E228CD (or 0xE228CD) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and CD. RGB value is (226,40,205). Sum of RGB (Red+Green+Blue) = 226+40+205=471 (62% of max value = 765). Red value is 226 (88.67% from 255 or 47.98% from 471); Green value is 40 (16.02% from 255 or 8.49% from 471); Blue value is 205 (80.47% from 255 or 43.52% from 471); Max value from RGB is 226 - color contains mainly: red. Hex color #E228CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228CD is #1DD732. Grayscale: #717171. Windows color (decimal): -1955635 or 13445346. OLE color: 13445346.
HSL color Cylindrical-coordinate representation of color #E228CD: hue angle of 306.77º degrees, saturation: 0.76, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E228CD is Cyan = 0, Magento = 0.82, Yellow = 0.09 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 205 | - |
| CMYK | 0 | 0.82 | 0.09 | 0.11 |
| HSL | 306.77º | 0.76% | 0.52% | - |
| HSV(B) | 306.77º | 0.82% | 0.89% | - |
| XYZ | 43.14 | 22.09 | 59.75 | - |
| YUV | 114.42 | 179.12 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 205 | 0 | 0.82 | 0.09 | 0.11 | 306.77 | 0.76 | 0.52 |
| Hex | E2 | 28 | CD | 0 | 52 | 9 | B | 133 | 4C | 34 |
| Octal | 342 | 50 | 315 | 0 | 122 | 11 | 13 | 463 | 114 | 64 |
| Binary | 11100010 | 101000 | 11001101 | 0 | 1010010 | 1001 | 1011 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E228CD
Complementary color
Monochromatic Colors of #E228CD
Black with #E228CD
Text Example
Text Example
White with #E228CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228CD; }
p { color: rgb(226,40,205); }
H1.HeaderClassName
{
color: #E228CD;
}
.AnyTagClassName
{
color: #E228CD;
}
</style>
background-color css
<style>
a { background-color: #E228CD; }
a { background-color: rgb(226,40,205); }
div.DivClassName
{
background-color: #E228CD;
}
.BgClassName
{
background-color: #E228CD;
}
</style>
border-color css
<style>
span { border-color: #E228CD; }
span { border-color: rgb(226,40,205); }
td.TdClassName
{
border-color: #E228CD;
}
.TagClassName
{
border-color: #E228CD;
}
</style>