Shades of Razzle Dazzle Rose #E741BC
Tints of Razzle Dazzle Rose #E741BC
RGB
CMYK
RGB Variations
Color information
#E741BC (or 0xE741BC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 41 and BC. RGB value is (231,65,188). Sum of RGB (Red+Green+Blue) = 231+65+188=484 (64% of max value = 765). Red value is 231 (90.62% from 255 or 47.73% from 484); Green value is 65 (25.78% from 255 or 13.43% from 484); Blue value is 188 (73.83% from 255 or 38.84% from 484); Max value from RGB is 231 - color contains mainly: red. Hex color #E741BC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E741BC is #18BE43. Grayscale: #808080. Windows color (decimal): -1621572 or 12337639. OLE color: 12337639.
HSL color Cylindrical-coordinate representation of color #E741BC: hue angle of 315.54º 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 #E741BC is Cyan = 0, Magento = 0.72, Yellow = 0.19 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 65 | 188 | - |
| CMYK | 0 | 0.72 | 0.19 | 0.09 |
| HSL | 315.54º | 0.78% | 0.58% | - |
| HSV(B) | 315.54º | 0.72% | 0.91% | - |
| XYZ | 43.92 | 24.4 | 49.97 | - |
| YUV | 128.66 | 161.5 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 65 | 188 | 0 | 0.72 | 0.19 | 0.09 | 315.54 | 0.78 | 0.58 |
| Hex | E7 | 41 | BC | 0 | 48 | 13 | 9 | 13C | 4E | 3A |
| Octal | 347 | 101 | 274 | 0 | 110 | 23 | 11 | 474 | 116 | 72 |
| Binary | 11100111 | 1000001 | 10111100 | 0 | 1001000 | 10011 | 1001 | 100111100 | 1001110 | 111010 |
Color Harmonies of #E741BC
Complementary color
Monochromatic Colors of #E741BC
Black with #E741BC
Text Example
Text Example
White with #E741BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E741BC; }
p { color: rgb(231,65,188); }
H1.HeaderClassName
{
color: #E741BC;
}
.AnyTagClassName
{
color: #E741BC;
}
</style>
background-color css
<style>
a { background-color: #E741BC; }
a { background-color: rgb(231,65,188); }
div.DivClassName
{
background-color: #E741BC;
}
.BgClassName
{
background-color: #E741BC;
}
</style>
border-color css
<style>
span { border-color: #E741BC; }
span { border-color: rgb(231,65,188); }
td.TdClassName
{
border-color: #E741BC;
}
.TagClassName
{
border-color: #E741BC;
}
</style>