Shades of Razzle Dazzle Rose #E228CB
Tints of Razzle Dazzle Rose #E228CB
RGB
CMYK
RGB Variations
Color information
#E228CB (or 0xE228CB) is known color: Razzle Dazzle Rose. HEX triplet: E2, 28 and CB. RGB value is (226,40,203). Sum of RGB (Red+Green+Blue) = 226+40+203=469 (62% of max value = 765). Red value is 226 (88.67% from 255 or 48.19% from 469); Green value is 40 (16.02% from 255 or 8.53% from 469); Blue value is 203 (79.69% from 255 or 43.28% from 469); Max value from RGB is 226 - color contains mainly: red. Hex color #E228CB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E228CB is #1DD734. Grayscale: #717171. Windows color (decimal): -1955637 or 13314274. OLE color: 13314274.
HSL color Cylindrical-coordinate representation of color #E228CB: hue angle of 307.42º 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 #E228CB is Cyan = 0, Magento = 0.82, Yellow = 0.10 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 40 | 203 | - |
| CMYK | 0 | 0.82 | 0.10 | 0.11 |
| HSL | 307.42º | 0.76% | 0.52% | - |
| HSV(B) | 307.42º | 0.82% | 0.89% | - |
| XYZ | 42.9 | 22 | 58.48 | - |
| YUV | 114.2 | 178.12 | 207.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 40 | 203 | 0 | 0.82 | 0.10 | 0.11 | 307.42 | 0.76 | 0.52 |
| Hex | E2 | 28 | CB | 0 | 52 | A | B | 133 | 4C | 34 |
| Octal | 342 | 50 | 313 | 0 | 122 | 12 | 13 | 463 | 114 | 64 |
| Binary | 11100010 | 101000 | 11001011 | 0 | 1010010 | 1010 | 1011 | 100110011 | 1001100 | 110100 |
Color Harmonies of #E228CB
Complementary color
Monochromatic Colors of #E228CB
Black with #E228CB
Text Example
Text Example
White with #E228CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E228CB; }
p { color: rgb(226,40,203); }
H1.HeaderClassName
{
color: #E228CB;
}
.AnyTagClassName
{
color: #E228CB;
}
</style>
background-color css
<style>
a { background-color: #E228CB; }
a { background-color: rgb(226,40,203); }
div.DivClassName
{
background-color: #E228CB;
}
.BgClassName
{
background-color: #E228CB;
}
</style>
border-color css
<style>
span { border-color: #E228CB; }
span { border-color: rgb(226,40,203); }
td.TdClassName
{
border-color: #E228CB;
}
.TagClassName
{
border-color: #E228CB;
}
</style>