Shades of Razzle Dazzle Rose #E61FE1
Tints of Razzle Dazzle Rose #E61FE1
RGB
CMYK
RGB Variations
Color information
#E61FE1 (or 0xE61FE1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 1F and E1. RGB value is (230,31,225). Sum of RGB (Red+Green+Blue) = 230+31+225=486 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.33% from 486); Green value is 31 (12.5% from 255 or 6.38% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 230 - color contains mainly: red. Hex color #E61FE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E61FE1 is #19E01E. Grayscale: #707070. Windows color (decimal): -1695775 or 14753766. OLE color: 14753766.
HSL color Cylindrical-coordinate representation of color #E61FE1: hue angle of 301.51º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E61FE1 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 31 | 225 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.10 |
| HSL | 301.51º | 0.8% | 0.51% | - |
| HSV(B) | 301.51º | 0.87% | 0.9% | - |
| XYZ | 46.71 | 23.24 | 73.26 | - |
| YUV | 112.62 | 191.43 | 211.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 31 | 225 | 0 | 0.87 | 0.02 | 0.10 | 301.51 | 0.8 | 0.51 |
| Hex | E6 | 1F | E1 | 0 | 57 | 2 | A | 12E | 50 | 33 |
| Octal | 346 | 37 | 341 | 0 | 127 | 2 | 12 | 456 | 120 | 63 |
| Binary | 11100110 | 11111 | 11100001 | 0 | 1010111 | 10 | 1010 | 100101110 | 1010000 | 110011 |
Color Harmonies of #E61FE1
Complementary color
Monochromatic Colors of #E61FE1
Black with #E61FE1
Text Example
Text Example
White with #E61FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E61FE1; }
p { color: rgb(230,31,225); }
H1.HeaderClassName
{
color: #E61FE1;
}
.AnyTagClassName
{
color: #E61FE1;
}
</style>
background-color css
<style>
a { background-color: #E61FE1; }
a { background-color: rgb(230,31,225); }
div.DivClassName
{
background-color: #E61FE1;
}
.BgClassName
{
background-color: #E61FE1;
}
</style>
border-color css
<style>
span { border-color: #E61FE1; }
span { border-color: rgb(230,31,225); }
td.TdClassName
{
border-color: #E61FE1;
}
.TagClassName
{
border-color: #E61FE1;
}
</style>