Shades of Razzle Dazzle Rose #E635CF
Tints of Razzle Dazzle Rose #E635CF
RGB
CMYK
RGB Variations
Color information
#E635CF (or 0xE635CF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 35 and CF. RGB value is (230,53,207). Sum of RGB (Red+Green+Blue) = 230+53+207=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 53 (21.09% from 255 or 10.82% from 490); Blue value is 207 (81.25% from 255 or 42.24% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E635CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E635CF is #19CA30. Grayscale: #7B7B7B. Windows color (decimal): -1690161 or 13579750. OLE color: 13579750.
HSL color Cylindrical-coordinate representation of color #E635CF: hue angle of 307.8º 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 #E635CF is Cyan = 0, Magento = 0.77, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 53 | 207 | - |
| CMYK | 0 | 0.77 | 0.10 | 0.10 |
| HSL | 307.8º | 0.78% | 0.55% | - |
| HSV(B) | 307.8º | 0.77% | 0.9% | - |
| XYZ | 45.17 | 23.87 | 61.26 | - |
| YUV | 123.48 | 175.14 | 203.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 53 | 207 | 0 | 0.77 | 0.10 | 0.10 | 307.8 | 0.78 | 0.55 |
| Hex | E6 | 35 | CF | 0 | 4D | A | A | 134 | 4E | 37 |
| Octal | 346 | 65 | 317 | 0 | 115 | 12 | 12 | 464 | 116 | 67 |
| Binary | 11100110 | 110101 | 11001111 | 0 | 1001101 | 1010 | 1010 | 100110100 | 1001110 | 110111 |
Color Harmonies of #E635CF
Complementary color
Monochromatic Colors of #E635CF
Black with #E635CF
Text Example
Text Example
White with #E635CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E635CF; }
p { color: rgb(230,53,207); }
H1.HeaderClassName
{
color: #E635CF;
}
.AnyTagClassName
{
color: #E635CF;
}
</style>
background-color css
<style>
a { background-color: #E635CF; }
a { background-color: rgb(230,53,207); }
div.DivClassName
{
background-color: #E635CF;
}
.BgClassName
{
background-color: #E635CF;
}
</style>
border-color css
<style>
span { border-color: #E635CF; }
span { border-color: rgb(230,53,207); }
td.TdClassName
{
border-color: #E635CF;
}
.TagClassName
{
border-color: #E635CF;
}
</style>