Shades of Razzle Dazzle Rose #EA32D0
Tints of Razzle Dazzle Rose #EA32D0
RGB
CMYK
RGB Variations
Color information
#EA32D0 (or 0xEA32D0) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and D0. RGB value is (234,50,208). Sum of RGB (Red+Green+Blue) = 234+50+208=492 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.56% from 492); Green value is 50 (19.92% from 255 or 10.16% from 492); Blue value is 208 (81.64% from 255 or 42.28% from 492); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32D0 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA32D0 is #15CD2F. Grayscale: #7A7A7A. Windows color (decimal): -1428784 or 13644522. OLE color: 13644522.
HSL color Cylindrical-coordinate representation of color #EA32D0: hue angle of 308.48º degrees, saturation: 0.81, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #EA32D0 is Cyan = 0, Magento = 0.79, Yellow = 0.11 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 208 | - |
| CMYK | 0 | 0.79 | 0.11 | 0.08 |
| HSL | 308.48º | 0.81% | 0.56% | - |
| HSV(B) | 308.48º | 0.79% | 0.92% | - |
| XYZ | 46.46 | 24.33 | 61.92 | - |
| YUV | 123.03 | 175.96 | 207.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 208 | 0 | 0.79 | 0.11 | 0.08 | 308.48 | 0.81 | 0.56 |
| Hex | EA | 32 | D0 | 0 | 4F | B | 8 | 134 | 51 | 38 |
| Octal | 352 | 62 | 320 | 0 | 117 | 13 | 10 | 464 | 121 | 70 |
| Binary | 11101010 | 110010 | 11010000 | 0 | 1001111 | 1011 | 1000 | 100110100 | 1010001 | 111000 |
Color Harmonies of #EA32D0
Complementary color
Monochromatic Colors of #EA32D0
Black with #EA32D0
Text Example
Text Example
White with #EA32D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32D0; }
p { color: rgb(234,50,208); }
H1.HeaderClassName
{
color: #EA32D0;
}
.AnyTagClassName
{
color: #EA32D0;
}
</style>
background-color css
<style>
a { background-color: #EA32D0; }
a { background-color: rgb(234,50,208); }
div.DivClassName
{
background-color: #EA32D0;
}
.BgClassName
{
background-color: #EA32D0;
}
</style>
border-color css
<style>
span { border-color: #EA32D0; }
span { border-color: rgb(234,50,208); }
td.TdClassName
{
border-color: #EA32D0;
}
.TagClassName
{
border-color: #EA32D0;
}
</style>