Shades of Razzle Dazzle Rose #E225C1
Tints of Razzle Dazzle Rose #E225C1
RGB
CMYK
RGB Variations
Color information
#E225C1 (or 0xE225C1) is known color: Razzle Dazzle Rose. HEX triplet: E2, 25 and C1. RGB value is (226,37,193). Sum of RGB (Red+Green+Blue) = 226+37+193=456 (60% of max value = 765). Red value is 226 (88.67% from 255 or 49.56% from 456); Green value is 37 (14.84% from 255 or 8.11% from 456); Blue value is 193 (75.78% from 255 or 42.32% from 456); Max value from RGB is 226 - color contains mainly: red. Hex color #E225C1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E225C1 is #1DDA3E. Grayscale: #6E6E6E. Windows color (decimal): -1956415 or 12658146. OLE color: 12658146.
HSL color Cylindrical-coordinate representation of color #E225C1: hue angle of 310.48º degrees, saturation: 0.77, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #E225C1 is Cyan = 0, Magento = 0.84, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 193 | - |
| CMYK | 0 | 0.84 | 0.15 | 0.11 |
| HSL | 310.48º | 0.77% | 0.52% | - |
| HSV(B) | 310.48º | 0.84% | 0.89% | - |
| XYZ | 41.65 | 21.34 | 52.38 | - |
| YUV | 111.3 | 174.12 | 209.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 193 | 0 | 0.84 | 0.15 | 0.11 | 310.48 | 0.77 | 0.52 |
| Hex | E2 | 25 | C1 | 0 | 54 | F | B | 136 | 4D | 34 |
| Octal | 342 | 45 | 301 | 0 | 124 | 17 | 13 | 466 | 115 | 64 |
| Binary | 11100010 | 100101 | 11000001 | 0 | 1010100 | 1111 | 1011 | 100110110 | 1001101 | 110100 |
Color Harmonies of #E225C1
Complementary color
Monochromatic Colors of #E225C1
Black with #E225C1
Text Example
Text Example
White with #E225C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E225C1; }
p { color: rgb(226,37,193); }
H1.HeaderClassName
{
color: #E225C1;
}
.AnyTagClassName
{
color: #E225C1;
}
</style>
background-color css
<style>
a { background-color: #E225C1; }
a { background-color: rgb(226,37,193); }
div.DivClassName
{
background-color: #E225C1;
}
.BgClassName
{
background-color: #E225C1;
}
</style>
border-color css
<style>
span { border-color: #E225C1; }
span { border-color: rgb(226,37,193); }
td.TdClassName
{
border-color: #E225C1;
}
.TagClassName
{
border-color: #E225C1;
}
</style>