Shades of Razzle Dazzle Rose #E641BD
Tints of Razzle Dazzle Rose #E641BD
RGB
CMYK
RGB Variations
Color information
#E641BD (or 0xE641BD) is known color: Razzle Dazzle Rose. HEX triplet: E6, 41 and BD. RGB value is (230,65,189). Sum of RGB (Red+Green+Blue) = 230+65+189=484 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.52% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 189 (74.22% from 255 or 39.05% from 484); Max value from RGB is 230 - color contains mainly: red. Hex color #E641BD is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E641BD is #19BE42. Grayscale: #808080. Windows color (decimal): -1687107 or 12403174. OLE color: 12403174.
HSL color Cylindrical-coordinate representation of color #E641BD: hue angle of 314.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 #E641BD is Cyan = 0, Magento = 0.72, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 65 | 189 | - |
| CMYK | 0 | 0.72 | 0.18 | 0.10 |
| HSL | 314.91º | 0.77% | 0.58% | - |
| HSV(B) | 314.91º | 0.72% | 0.9% | - |
| XYZ | 43.71 | 24.28 | 50.53 | - |
| YUV | 128.47 | 162.16 | 200.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 65 | 189 | 0 | 0.72 | 0.18 | 0.10 | 314.91 | 0.77 | 0.58 |
| Hex | E6 | 41 | BD | 0 | 48 | 12 | A | 13B | 4D | 3A |
| Octal | 346 | 101 | 275 | 0 | 110 | 22 | 12 | 473 | 115 | 72 |
| Binary | 11100110 | 1000001 | 10111101 | 0 | 1001000 | 10010 | 1010 | 100111011 | 1001101 | 111010 |
Color Harmonies of #E641BD
Complementary color
Monochromatic Colors of #E641BD
Black with #E641BD
Text Example
Text Example
White with #E641BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E641BD; }
p { color: rgb(230,65,189); }
H1.HeaderClassName
{
color: #E641BD;
}
.AnyTagClassName
{
color: #E641BD;
}
</style>
background-color css
<style>
a { background-color: #E641BD; }
a { background-color: rgb(230,65,189); }
div.DivClassName
{
background-color: #E641BD;
}
.BgClassName
{
background-color: #E641BD;
}
</style>
border-color css
<style>
span { border-color: #E641BD; }
span { border-color: rgb(230,65,189); }
td.TdClassName
{
border-color: #E641BD;
}
.TagClassName
{
border-color: #E641BD;
}
</style>