Shades of Razzle Dazzle Rose #E638CC
Tints of Razzle Dazzle Rose #E638CC
RGB
CMYK
RGB Variations
Color information
#E638CC (or 0xE638CC) is known color: Razzle Dazzle Rose. HEX triplet: E6, 38 and CC. RGB value is (230,56,204). Sum of RGB (Red+Green+Blue) = 230+56+204=490 (64% of max value = 765). Red value is 230 (90.23% from 255 or 46.94% from 490); Green value is 56 (22.27% from 255 or 11.43% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 230 - color contains mainly: red. Hex color #E638CC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E638CC is #19C733. Grayscale: #7C7C7C. Windows color (decimal): -1689396 or 13383910. OLE color: 13383910.
HSL color Cylindrical-coordinate representation of color #E638CC: hue angle of 308.97º 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 #E638CC is Cyan = 0, Magento = 0.76, Yellow = 0.11 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 56 | 204 | - |
| CMYK | 0 | 0.76 | 0.11 | 0.10 |
| HSL | 308.97º | 0.78% | 0.56% | - |
| HSV(B) | 308.97º | 0.76% | 0.9% | - |
| XYZ | 44.95 | 24.01 | 59.39 | - |
| YUV | 124.9 | 172.65 | 202.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 56 | 204 | 0 | 0.76 | 0.11 | 0.10 | 308.97 | 0.78 | 0.56 |
| Hex | E6 | 38 | CC | 0 | 4C | B | A | 135 | 4E | 38 |
| Octal | 346 | 70 | 314 | 0 | 114 | 13 | 12 | 465 | 116 | 70 |
| Binary | 11100110 | 111000 | 11001100 | 0 | 1001100 | 1011 | 1010 | 100110101 | 1001110 | 111000 |
Color Harmonies of #E638CC
Complementary color
Monochromatic Colors of #E638CC
Black with #E638CC
Text Example
Text Example
White with #E638CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E638CC; }
p { color: rgb(230,56,204); }
H1.HeaderClassName
{
color: #E638CC;
}
.AnyTagClassName
{
color: #E638CC;
}
</style>
background-color css
<style>
a { background-color: #E638CC; }
a { background-color: rgb(230,56,204); }
div.DivClassName
{
background-color: #E638CC;
}
.BgClassName
{
background-color: #E638CC;
}
</style>
border-color css
<style>
span { border-color: #E638CC; }
span { border-color: rgb(230,56,204); }
td.TdClassName
{
border-color: #E638CC;
}
.TagClassName
{
border-color: #E638CC;
}
</style>