Shades of Razzle Dazzle Rose #E62AD3
Tints of Razzle Dazzle Rose #E62AD3
RGB
CMYK
RGB Variations
Color information
#E62AD3 (or 0xE62AD3) is known color: Razzle Dazzle Rose. HEX triplet: E6, 2A and D3. RGB value is (230,42,211). Sum of RGB (Red+Green+Blue) = 230+42+211=483 (63% of max value = 765). Red value is 230 (90.23% from 255 or 47.62% from 483); Green value is 42 (16.80% from 255 or 8.70% from 483); Blue value is 211 (82.81% from 255 or 43.69% from 483); Max value from RGB is 230 - color contains mainly: red. Hex color #E62AD3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #E62AD3 is #19D52C. Grayscale: #747474. Windows color (decimal): -1692973 or 13839078. OLE color: 13839078.
HSL color Cylindrical-coordinate representation of color #E62AD3: hue angle of 306.06º degrees, saturation: 0.79, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #E62AD3 is Cyan = 0, Magento = 0.82, Yellow = 0.08 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 230 | 42 | 211 | - |
| CMYK | 0 | 0.82 | 0.08 | 0.10 |
| HSL | 306.06º | 0.79% | 0.53% | - |
| HSV(B) | 306.06º | 0.82% | 0.9% | - |
| XYZ | 45.22 | 23.18 | 63.72 | - |
| YUV | 117.48 | 180.78 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 230 | 42 | 211 | 0 | 0.82 | 0.08 | 0.10 | 306.06 | 0.79 | 0.53 |
| Hex | E6 | 2A | D3 | 0 | 52 | 8 | A | 132 | 4F | 35 |
| Octal | 346 | 52 | 323 | 0 | 122 | 10 | 12 | 462 | 117 | 65 |
| Binary | 11100110 | 101010 | 11010011 | 0 | 1010010 | 1000 | 1010 | 100110010 | 1001111 | 110101 |
Color Harmonies of #E62AD3
Complementary color
Monochromatic Colors of #E62AD3
Black with #E62AD3
Text Example
Text Example
White with #E62AD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E62AD3; }
p { color: rgb(230,42,211); }
H1.HeaderClassName
{
color: #E62AD3;
}
.AnyTagClassName
{
color: #E62AD3;
}
</style>
background-color css
<style>
a { background-color: #E62AD3; }
a { background-color: rgb(230,42,211); }
div.DivClassName
{
background-color: #E62AD3;
}
.BgClassName
{
background-color: #E62AD3;
}
</style>
border-color css
<style>
span { border-color: #E62AD3; }
span { border-color: rgb(230,42,211); }
td.TdClassName
{
border-color: #E62AD3;
}
.TagClassName
{
border-color: #E62AD3;
}
</style>