Shades of Razzle Dazzle Rose #E841CA
Tints of Razzle Dazzle Rose #E841CA
RGB
CMYK
RGB Variations
Color information
#E841CA (or 0xE841CA) is known color: Razzle Dazzle Rose. HEX triplet: E8, 41 and CA. RGB value is (232,65,202). Sum of RGB (Red+Green+Blue) = 232+65+202=499 (66% of max value = 765). Red value is 232 (91.02% from 255 or 46.49% from 499); Green value is 65 (25.78% from 255 or 13.03% from 499); Blue value is 202 (79.30% from 255 or 40.48% from 499); Max value from RGB is 232 - color contains mainly: red. Hex color #E841CA is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E841CA is #17BE35. Grayscale: #828282. Windows color (decimal): -1556022 or 13255144. OLE color: 13255144.
HSL color Cylindrical-coordinate representation of color #E841CA: hue angle of 310.78º degrees, saturation: 0.78, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E841CA is Cyan = 0, Magento = 0.72, Yellow = 0.13 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 232 | 65 | 202 | - |
| CMYK | 0 | 0.72 | 0.13 | 0.09 |
| HSL | 310.78º | 0.78% | 0.58% | - |
| HSV(B) | 310.78º | 0.72% | 0.91% | - |
| XYZ | 45.83 | 25.2 | 58.33 | - |
| YUV | 130.55 | 168.33 | 200.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 232 | 65 | 202 | 0 | 0.72 | 0.13 | 0.09 | 310.78 | 0.78 | 0.58 |
| Hex | E8 | 41 | CA | 0 | 48 | D | 9 | 137 | 4E | 3A |
| Octal | 350 | 101 | 312 | 0 | 110 | 15 | 11 | 467 | 116 | 72 |
| Binary | 11101000 | 1000001 | 11001010 | 0 | 1001000 | 1101 | 1001 | 100110111 | 1001110 | 111010 |
Color Harmonies of #E841CA
Complementary color
Monochromatic Colors of #E841CA
Black with #E841CA
Text Example
Text Example
White with #E841CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E841CA; }
p { color: rgb(232,65,202); }
H1.HeaderClassName
{
color: #E841CA;
}
.AnyTagClassName
{
color: #E841CA;
}
</style>
background-color css
<style>
a { background-color: #E841CA; }
a { background-color: rgb(232,65,202); }
div.DivClassName
{
background-color: #E841CA;
}
.BgClassName
{
background-color: #E841CA;
}
</style>
border-color css
<style>
span { border-color: #E841CA; }
span { border-color: rgb(232,65,202); }
td.TdClassName
{
border-color: #E841CA;
}
.TagClassName
{
border-color: #E841CA;
}
</style>