Shades of Razzle Dazzle Rose #E638CF
Tints of Razzle Dazzle Rose #E638CF
RGB
CMYK
RGB Variations
Color information
#E638CF (or 0xE638CF) is known color: Razzle Dazzle Rose. HEX triplet: E6, 38 and CF. RGB value is (230,56,207). Sum of RGB (Red+Green+Blue) = 230+56+207=493 (65% of max value = 765). Red value is 230 (90.23% from 255 or 46.65% from 493); Green value is 56 (22.27% from 255 or 11.36% from 493); Blue value is 207 (81.25% from 255 or 41.99% from 493); Max value from RGB is 230 - color contains mainly: red. Hex color #E638CF is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E638CF is #19C730. Grayscale: #7C7C7C. Windows color (decimal): -1689393 or 13580518. OLE color: 13580518.
HSL color Cylindrical-coordinate representation of color #E638CF: hue angle of 307.93º degrees, saturation: 0.78, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #E638CF is Cyan = 0, Magento = 0.76, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 207 | - |
| CMYK | 0 | 0.76 | 0.10 | 0.10 |
| HSL | 307.93º | 0.78% | 0.56% | - |
| HSV(B) | 307.93º | 0.76% | 0.9% | - |
| XYZ | 45.31 | 24.16 | 61.31 | - |
| YUV | 125.24 | 174.15 | 202.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 207 | 0 | 0.76 | 0.10 | 0.10 | 307.93 | 0.78 | 0.56 |
| Hex | E6 | 38 | CF | 0 | 4C | A | A | 134 | 4E | 38 |
| Octal | 346 | 70 | 317 | 0 | 114 | 12 | 12 | 464 | 116 | 70 |
| Binary | 11100110 | 111000 | 11001111 | 0 | 1001100 | 1010 | 1010 | 100110100 | 1001110 | 111000 |
Color Harmonies of #E638CF
Complementary color
Monochromatic Colors of #E638CF
Black with #E638CF
Text Example
Text Example
White with #E638CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E638CF; }
p { color: rgb(230,56,207); }
H1.HeaderClassName
{
color: #E638CF;
}
.AnyTagClassName
{
color: #E638CF;
}
</style>
background-color css
<style>
a { background-color: #E638CF; }
a { background-color: rgb(230,56,207); }
div.DivClassName
{
background-color: #E638CF;
}
.BgClassName
{
background-color: #E638CF;
}
</style>
border-color css
<style>
span { border-color: #E638CF; }
span { border-color: rgb(230,56,207); }
td.TdClassName
{
border-color: #E638CF;
}
.TagClassName
{
border-color: #E638CF;
}
</style>