Shades of Razzle Dazzle Rose #E62FE1
Tints of Razzle Dazzle Rose #E62FE1
RGB
CMYK
RGB Variations
Color information
#E62FE1 (or 0xE62FE1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2F and E1. RGB value is (230,47,225). Sum of RGB (Red+Green+Blue) = 230+47+225=502 (66% of max value = 765). Red value is 230 (90.23% from 255 or 45.82% from 502); Green value is 47 (18.75% from 255 or 9.36% from 502); Blue value is 225 (88.28% from 255 or 44.82% from 502); Max value from RGB is 230 - color contains mainly: red. Hex color #E62FE1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62FE1 is #19D01E. Grayscale: #797979. Windows color (decimal): -1691679 or 14757862. OLE color: 14757862.
HSL color Cylindrical-coordinate representation of color #E62FE1: hue angle of 301.64º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E62FE1 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 47 | 225 | - |
| CMYK | 0 | 0.80 | 0.02 | 0.10 |
| HSL | 301.64º | 0.79% | 0.54% | - |
| HSV(B) | 301.64º | 0.8% | 0.9% | - |
| XYZ | 47.24 | 24.29 | 73.43 | - |
| YUV | 122.01 | 186.13 | 205.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 47 | 225 | 0 | 0.80 | 0.02 | 0.10 | 301.64 | 0.79 | 0.54 |
| Hex | E6 | 2F | E1 | 0 | 50 | 2 | A | 12E | 4F | 36 |
| Octal | 346 | 57 | 341 | 0 | 120 | 2 | 12 | 456 | 117 | 66 |
| Binary | 11100110 | 101111 | 11100001 | 0 | 1010000 | 10 | 1010 | 100101110 | 1001111 | 110110 |
Color Harmonies of #E62FE1
Complementary color
Monochromatic Colors of #E62FE1
Black with #E62FE1
Text Example
Text Example
White with #E62FE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62FE1; }
p { color: rgb(230,47,225); }
H1.HeaderClassName
{
color: #E62FE1;
}
.AnyTagClassName
{
color: #E62FE1;
}
</style>
background-color css
<style>
a { background-color: #E62FE1; }
a { background-color: rgb(230,47,225); }
div.DivClassName
{
background-color: #E62FE1;
}
.BgClassName
{
background-color: #E62FE1;
}
</style>
border-color css
<style>
span { border-color: #E62FE1; }
span { border-color: rgb(230,47,225); }
td.TdClassName
{
border-color: #E62FE1;
}
.TagClassName
{
border-color: #E62FE1;
}
</style>