Shades of Razzle Dazzle Rose #E231CA
Tints of Razzle Dazzle Rose #E231CA
RGB
CMYK
RGB Variations
Color information
#E231CA (or 0xE231CA) is known color: Razzle Dazzle Rose. HEX triplet: E2, 31 and CA. RGB value is (226,49,202). Sum of RGB (Red+Green+Blue) = 226+49+202=477 (63% of max value = 765). Red value is 226 (88.67% from 255 or 47.38% from 477); Green value is 49 (19.53% from 255 or 10.27% from 477); Blue value is 202 (79.30% from 255 or 42.35% from 477); Max value from RGB is 226 - color contains mainly: red. Hex color #E231CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #E231CA is #1DCE35. Grayscale: #767676. Windows color (decimal): -1953334 or 13251042. OLE color: 13251042.
HSL color Cylindrical-coordinate representation of color #E231CA: hue angle of 308.14º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E231CA is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 49 | 202 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.11 |
| HSL | 308.14º | 0.75% | 0.54% | - |
| HSV(B) | 308.14º | 0.78% | 0.89% | - |
| XYZ | 43.12 | 22.63 | 57.97 | - |
| YUV | 119.37 | 174.64 | 204.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 49 | 202 | 0 | 0.78 | 0.11 | 0.11 | 308.14 | 0.75 | 0.54 |
| Hex | E2 | 31 | CA | 0 | 4E | B | B | 134 | 4B | 36 |
| Octal | 342 | 61 | 312 | 0 | 116 | 13 | 13 | 464 | 113 | 66 |
| Binary | 11100010 | 110001 | 11001010 | 0 | 1001110 | 1011 | 1011 | 100110100 | 1001011 | 110110 |
Color Harmonies of #E231CA
Complementary color
Monochromatic Colors of #E231CA
Black with #E231CA
Text Example
Text Example
White with #E231CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E231CA; }
p { color: rgb(226,49,202); }
H1.HeaderClassName
{
color: #E231CA;
}
.AnyTagClassName
{
color: #E231CA;
}
</style>
background-color css
<style>
a { background-color: #E231CA; }
a { background-color: rgb(226,49,202); }
div.DivClassName
{
background-color: #E231CA;
}
.BgClassName
{
background-color: #E231CA;
}
</style>
border-color css
<style>
span { border-color: #E231CA; }
span { border-color: rgb(226,49,202); }
td.TdClassName
{
border-color: #E231CA;
}
.TagClassName
{
border-color: #E231CA;
}
</style>