Shades of Razzle Dazzle Rose #E641B2
Tints of Razzle Dazzle Rose #E641B2
RGB
CMYK
RGB Variations
Color information
#E641B2 (or 0xE641B2) is known color: Razzle Dazzle Rose. HEX triplet: E6, 41 and B2. RGB value is (230,65,178). Sum of RGB (Red+Green+Blue) = 230+65+178=473 (62% of max value = 765). Red value is 230 (90.23% from 255 or 48.63% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 178 (69.92% from 255 or 37.63% from 473); Max value from RGB is 230 - color contains mainly: red. Hex color #E641B2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E641B2 is #19BE4D. Grayscale: #7E7E7E. Windows color (decimal): -1687118 or 11682278. OLE color: 11682278.
HSL color Cylindrical-coordinate representation of color #E641B2: hue angle of 318.91º 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 #E641B2 is Cyan = 0, Magento = 0.72, Yellow = 0.23 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 178 | - |
| CMYK | 0 | 0.72 | 0.23 | 0.10 |
| HSL | 318.91º | 0.77% | 0.58% | - |
| HSV(B) | 318.91º | 0.72% | 0.9% | - |
| XYZ | 42.56 | 23.82 | 44.47 | - |
| YUV | 127.22 | 156.66 | 201.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 178 | 0 | 0.72 | 0.23 | 0.10 | 318.91 | 0.77 | 0.58 |
| Hex | E6 | 41 | B2 | 0 | 48 | 17 | A | 13F | 4D | 3A |
| Octal | 346 | 101 | 262 | 0 | 110 | 27 | 12 | 477 | 115 | 72 |
| Binary | 11100110 | 1000001 | 10110010 | 0 | 1001000 | 10111 | 1010 | 100111111 | 1001101 | 111010 |
Color Harmonies of #E641B2
Complementary color
Monochromatic Colors of #E641B2
Black with #E641B2
Text Example
Text Example
White with #E641B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641B2; }
p { color: rgb(230,65,178); }
H1.HeaderClassName
{
color: #E641B2;
}
.AnyTagClassName
{
color: #E641B2;
}
</style>
background-color css
<style>
a { background-color: #E641B2; }
a { background-color: rgb(230,65,178); }
div.DivClassName
{
background-color: #E641B2;
}
.BgClassName
{
background-color: #E641B2;
}
</style>
border-color css
<style>
span { border-color: #E641B2; }
span { border-color: rgb(230,65,178); }
td.TdClassName
{
border-color: #E641B2;
}
.TagClassName
{
border-color: #E641B2;
}
</style>