Shades of Razzle Dazzle Rose #E740CE
Tints of Razzle Dazzle Rose #E740CE
RGB
CMYK
RGB Variations
Color information
#E740CE (or 0xE740CE) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and CE. RGB value is (231,64,206). Sum of RGB (Red+Green+Blue) = 231+64+206=501 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.11% from 501); Green value is 64 (25.39% from 255 or 12.77% from 501); Blue value is 206 (80.86% from 255 or 41.12% from 501); Max value from RGB is 231 - color contains mainly: red. Hex color #E740CE is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740CE is #18BF31. Grayscale: #818181. Windows color (decimal): -1621810 or 13517031. OLE color: 13517031.
HSL color Cylindrical-coordinate representation of color #E740CE: hue angle of 308.98º 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 #E740CE is Cyan = 0, Magento = 0.72, Yellow = 0.11 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 206 | - |
| CMYK | 0 | 0.72 | 0.11 | 0.09 |
| HSL | 308.98º | 0.78% | 0.58% | - |
| HSV(B) | 308.98º | 0.72% | 0.91% | - |
| XYZ | 45.93 | 25.11 | 60.82 | - |
| YUV | 130.12 | 170.83 | 199.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 206 | 0 | 0.72 | 0.11 | 0.09 | 308.98 | 0.78 | 0.58 |
| Hex | E7 | 40 | CE | 0 | 48 | B | 9 | 135 | 4E | 3A |
| Octal | 347 | 100 | 316 | 0 | 110 | 13 | 11 | 465 | 116 | 72 |
| Binary | 11100111 | 1000000 | 11001110 | 0 | 1001000 | 1011 | 1001 | 100110101 | 1001110 | 111010 |
Color Harmonies of #E740CE
Complementary color
Monochromatic Colors of #E740CE
Black with #E740CE
Text Example
Text Example
White with #E740CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740CE; }
p { color: rgb(231,64,206); }
H1.HeaderClassName
{
color: #E740CE;
}
.AnyTagClassName
{
color: #E740CE;
}
</style>
background-color css
<style>
a { background-color: #E740CE; }
a { background-color: rgb(231,64,206); }
div.DivClassName
{
background-color: #E740CE;
}
.BgClassName
{
background-color: #E740CE;
}
</style>
border-color css
<style>
span { border-color: #E740CE; }
span { border-color: rgb(231,64,206); }
td.TdClassName
{
border-color: #E740CE;
}
.TagClassName
{
border-color: #E740CE;
}
</style>