Shades of Razzle Dazzle Rose #E634CF
Tints of Razzle Dazzle Rose #E634CF
RGB
CMYK
RGB Variations
Color information
#E634CF (or 0xE634CF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 34 and CF. RGB value is (230,52,207). Sum of RGB (Red+Green+Blue) = 230+52+207=489 (64% of max value = 765). Red value is 230 (90.23% from 255 or 47.03% from 489); Green value is 52 (20.70% from 255 or 10.63% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 230 - color contains mainly: red. Hex color #E634CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E634CF is #19CB30. Grayscale: #7A7A7A. Windows color (decimal): -1690417 or 13579494. OLE color: 13579494.
HSL color Cylindrical-coordinate representation of color #E634CF: hue angle of 307.75º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #E634CF is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 52 | 207 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.10 |
| HSL | 307.75º | 0.78% | 0.55% | - |
| HSV(B) | 307.75º | 0.77% | 0.9% | - |
| XYZ | 45.12 | 23.78 | 61.24 | - |
| YUV | 122.89 | 175.47 | 204.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 52 | 207 | 0 | 0.77 | 0.10 | 0.10 | 307.75 | 0.78 | 0.55 |
| Hex | E6 | 34 | CF | 0 | 4D | A | A | 134 | 4E | 37 |
| Octal | 346 | 64 | 317 | 0 | 115 | 12 | 12 | 464 | 116 | 67 |
| Binary | 11100110 | 110100 | 11001111 | 0 | 1001101 | 1010 | 1010 | 100110100 | 1001110 | 110111 |
Color Harmonies of #E634CF
Complementary color
Monochromatic Colors of #E634CF
Black with #E634CF
Text Example
Text Example
White with #E634CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E634CF; }
p { color: rgb(230,52,207); }
H1.HeaderClassName
{
color: #E634CF;
}
.AnyTagClassName
{
color: #E634CF;
}
</style>
background-color css
<style>
a { background-color: #E634CF; }
a { background-color: rgb(230,52,207); }
div.DivClassName
{
background-color: #E634CF;
}
.BgClassName
{
background-color: #E634CF;
}
</style>
border-color css
<style>
span { border-color: #E634CF; }
span { border-color: rgb(230,52,207); }
td.TdClassName
{
border-color: #E634CF;
}
.TagClassName
{
border-color: #E634CF;
}
</style>