Shades of Razzle Dazzle Rose #E62CC1
Tints of Razzle Dazzle Rose #E62CC1
RGB
CMYK
RGB Variations
Color information
#E62CC1 (or 0xE62CC1) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2C and C1. RGB value is (230,44,193). Sum of RGB (Red+Green+Blue) = 230+44+193=467 (61% of max value = 765). Red value is 230 (90.23% from 255 or 49.25% from 467); Green value is 44 (17.58% from 255 or 9.42% from 467); Blue value is 193 (75.78% from 255 or 41.33% from 467); Max value from RGB is 230 - color contains mainly: red. Hex color #E62CC1 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62CC1 is #19D33E. Grayscale: #747474. Windows color (decimal): -1692479 or 12659942. OLE color: 12659942.
HSL color Cylindrical-coordinate representation of color #E62CC1: hue angle of 311.94º degrees, saturation: 0.79, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #E62CC1 is Cyan = 0, Magento = 0.81, Yellow = 0.16 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 44 | 193 | - |
| CMYK | 0 | 0.81 | 0.16 | 0.10 |
| HSL | 311.94º | 0.79% | 0.54% | - |
| HSV(B) | 311.94º | 0.81% | 0.9% | - |
| XYZ | 43.16 | 22.47 | 52.52 | - |
| YUV | 116.6 | 171.12 | 208.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 44 | 193 | 0 | 0.81 | 0.16 | 0.10 | 311.94 | 0.79 | 0.54 |
| Hex | E6 | 2C | C1 | 0 | 51 | 10 | A | 138 | 4F | 36 |
| Octal | 346 | 54 | 301 | 0 | 121 | 20 | 12 | 470 | 117 | 66 |
| Binary | 11100110 | 101100 | 11000001 | 0 | 1010001 | 10000 | 1010 | 100111000 | 1001111 | 110110 |
Color Harmonies of #E62CC1
Complementary color
Monochromatic Colors of #E62CC1
Black with #E62CC1
Text Example
Text Example
White with #E62CC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62CC1; }
p { color: rgb(230,44,193); }
H1.HeaderClassName
{
color: #E62CC1;
}
.AnyTagClassName
{
color: #E62CC1;
}
</style>
background-color css
<style>
a { background-color: #E62CC1; }
a { background-color: rgb(230,44,193); }
div.DivClassName
{
background-color: #E62CC1;
}
.BgClassName
{
background-color: #E62CC1;
}
</style>
border-color css
<style>
span { border-color: #E62CC1; }
span { border-color: rgb(230,44,193); }
td.TdClassName
{
border-color: #E62CC1;
}
.TagClassName
{
border-color: #E62CC1;
}
</style>