Shades of Razzle Dazzle Rose #E740CC
Tints of Razzle Dazzle Rose #E740CC
RGB
CMYK
RGB Variations
Color information
#E740CC (or 0xE740CC) is known color: Razzle Dazzle Rose. HEX triplet: E7, 40 and CC. RGB value is (231,64,204). Sum of RGB (Red+Green+Blue) = 231+64+204=499 (66% of max value = 765). Red value is 231 (90.62% from 255 or 46.29% from 499); Green value is 64 (25.39% from 255 or 12.83% from 499); Blue value is 204 (80.08% from 255 or 40.88% from 499); Max value from RGB is 231 - color contains mainly: red. Hex color #E740CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E740CC is #18BF33. Grayscale: #818181. Windows color (decimal): -1621812 or 13385959. OLE color: 13385959.
HSL color Cylindrical-coordinate representation of color #E740CC: hue angle of 309.7º 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 #E740CC is Cyan = 0, Magento = 0.72, Yellow = 0.12 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 231 | 64 | 204 | - |
| CMYK | 0 | 0.72 | 0.12 | 0.09 |
| HSL | 309.7º | 0.78% | 0.58% | - |
| HSV(B) | 309.7º | 0.72% | 0.91% | - |
| XYZ | 45.69 | 25.02 | 59.55 | - |
| YUV | 129.89 | 169.83 | 200.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 231 | 64 | 204 | 0 | 0.72 | 0.12 | 0.09 | 309.7 | 0.78 | 0.58 |
| Hex | E7 | 40 | CC | 0 | 48 | C | 9 | 136 | 4E | 3A |
| Octal | 347 | 100 | 314 | 0 | 110 | 14 | 11 | 466 | 116 | 72 |
| Binary | 11100111 | 1000000 | 11001100 | 0 | 1001000 | 1100 | 1001 | 100110110 | 1001110 | 111010 |
Color Harmonies of #E740CC
Complementary color
Monochromatic Colors of #E740CC
Black with #E740CC
Text Example
Text Example
White with #E740CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E740CC; }
p { color: rgb(231,64,204); }
H1.HeaderClassName
{
color: #E740CC;
}
.AnyTagClassName
{
color: #E740CC;
}
</style>
background-color css
<style>
a { background-color: #E740CC; }
a { background-color: rgb(231,64,204); }
div.DivClassName
{
background-color: #E740CC;
}
.BgClassName
{
background-color: #E740CC;
}
</style>
border-color css
<style>
span { border-color: #E740CC; }
span { border-color: rgb(231,64,204); }
td.TdClassName
{
border-color: #E740CC;
}
.TagClassName
{
border-color: #E740CC;
}
</style>