Shades of Razzle Dazzle Rose #E225CA
Tints of Razzle Dazzle Rose #E225CA
RGB
CMYK
RGB Variations
Color information
#E225CA (or 0xE225CA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 25 and CA. RGB value is (226,37,202). Sum of RGB (Red+Green+Blue) = 226+37+202=465 (61% of max value = 765). Red value is 226 (88.67% from 255 or 48.60% from 465); Green value is 37 (14.84% from 255 or 7.96% from 465); Blue value is 202 (79.30% from 255 or 43.44% from 465); Max value from RGB is 226 - color contains mainly: red. Hex color #E225CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E225CA is #1DDA35. Grayscale: #6F6F6F. Windows color (decimal): -1956406 or 13247970. OLE color: 13247970.
HSL color Cylindrical-coordinate representation of color #E225CA: hue angle of 307.62º 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 #E225CA is Cyan = 0, Magento = 0.84, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 37 | 202 | - |
| CMYK | 0 | 0.84 | 0.11 | 0.11 |
| HSL | 307.62º | 0.77% | 0.52% | - |
| HSV(B) | 307.62º | 0.84% | 0.89% | - |
| XYZ | 42.69 | 21.76 | 57.83 | - |
| YUV | 112.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 37 | 202 | 0 | 0.84 | 0.11 | 0.11 | 307.62 | 0.77 | 0.52 |
| Hex | E2 | 25 | CA | 0 | 54 | B | B | 134 | 4D | 34 |
| Octal | 342 | 45 | 312 | 0 | 124 | 13 | 13 | 464 | 115 | 64 |
| Binary | 11100010 | 100101 | 11001010 | 0 | 1010100 | 1011 | 1011 | 100110100 | 1001101 | 110100 |
Color Harmonies of #E225CA
Complementary color
Monochromatic Colors of #E225CA
Black with #E225CA
Text Example
Text Example
White with #E225CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E225CA; }
p { color: rgb(226,37,202); }
H1.HeaderClassName
{
color: #E225CA;
}
.AnyTagClassName
{
color: #E225CA;
}
</style>
background-color css
<style>
a { background-color: #E225CA; }
a { background-color: rgb(226,37,202); }
div.DivClassName
{
background-color: #E225CA;
}
.BgClassName
{
background-color: #E225CA;
}
</style>
border-color css
<style>
span { border-color: #E225CA; }
span { border-color: rgb(226,37,202); }
td.TdClassName
{
border-color: #E225CA;
}
.TagClassName
{
border-color: #E225CA;
}
</style>