Shades of Razzle Dazzle Rose #E641C1
Tints of Razzle Dazzle Rose #E641C1
RGB
CMYK
RGB Variations
Color information
#E641C1 (or 0xE641C1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 41 and C1. RGB value is (230,65,193). Sum of RGB (Red+Green+Blue) = 230+65+193=488 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.13% from 488); Green value is 65 (25.78% from 255 or 13.32% from 488); Blue value is 193 (75.78% from 255 or 39.55% from 488); Max value from RGB is 230 - color contains mainly: red. Hex color #E641C1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641C1 is #19BE3E. Grayscale: #808080. Windows color (decimal): -1687103 or 12665318. OLE color: 12665318.
HSL color Cylindrical-coordinate representation of color #E641C1: hue angle of 313.45º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #E641C1 is Cyan = 0, Magento = 0.72, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 193 | - |
| CMYK | 0 | 0.72 | 0.16 | 0.10 |
| HSL | 313.45º | 0.77% | 0.58% | - |
| HSV(B) | 313.45º | 0.72% | 0.9% | - |
| XYZ | 44.15 | 24.45 | 52.85 | - |
| YUV | 128.93 | 164.16 | 200.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 193 | 0 | 0.72 | 0.16 | 0.10 | 313.45 | 0.77 | 0.58 |
| Hex | E6 | 41 | C1 | 0 | 48 | 10 | A | 139 | 4D | 3A |
| Octal | 346 | 101 | 301 | 0 | 110 | 20 | 12 | 471 | 115 | 72 |
| Binary | 11100110 | 1000001 | 11000001 | 0 | 1001000 | 10000 | 1010 | 100111001 | 1001101 | 111010 |
Color Harmonies of #E641C1
Complementary color
Monochromatic Colors of #E641C1
Black with #E641C1
Text Example
Text Example
White with #E641C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641C1; }
p { color: rgb(230,65,193); }
H1.HeaderClassName
{
color: #E641C1;
}
.AnyTagClassName
{
color: #E641C1;
}
</style>
background-color css
<style>
a { background-color: #E641C1; }
a { background-color: rgb(230,65,193); }
div.DivClassName
{
background-color: #E641C1;
}
.BgClassName
{
background-color: #E641C1;
}
</style>
border-color css
<style>
span { border-color: #E641C1; }
span { border-color: rgb(230,65,193); }
td.TdClassName
{
border-color: #E641C1;
}
.TagClassName
{
border-color: #E641C1;
}
</style>