Shades of Razzle Dazzle Rose #EA32D4
Tints of Razzle Dazzle Rose #EA32D4
RGB
CMYK
RGB Variations
Color information
#EA32D4 (or 0xEA32D4) is known color: Razzle Dazzle Rose. HEX triplet: EA, 32 and D4. RGB value is (234,50,212). Sum of RGB (Red+Green+Blue) = 234+50+212=496 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.18% from 496); Green value is 50 (19.92% from 255 or 10.08% from 496); Blue value is 212 (83.20% from 255 or 42.74% from 496); Max value from RGB is 234 - color contains mainly: red. Hex color #EA32D4 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA32D4 is #15CD2B. Grayscale: #7B7B7B. Windows color (decimal): -1428780 or 13906666. OLE color: 13906666.
HSL color Cylindrical-coordinate representation of color #EA32D4: hue angle of 307.17º 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 #EA32D4 is Cyan = 0, Magento = 0.79, Yellow = 0.09 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 50 | 212 | - |
| CMYK | 0 | 0.79 | 0.09 | 0.08 |
| HSL | 307.17º | 0.81% | 0.56% | - |
| HSV(B) | 307.17º | 0.79% | 0.92% | - |
| XYZ | 46.96 | 24.53 | 64.55 | - |
| YUV | 123.48 | 177.96 | 206.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 50 | 212 | 0 | 0.79 | 0.09 | 0.08 | 307.17 | 0.81 | 0.56 |
| Hex | EA | 32 | D4 | 0 | 4F | 9 | 8 | 133 | 51 | 38 |
| Octal | 352 | 62 | 324 | 0 | 117 | 11 | 10 | 463 | 121 | 70 |
| Binary | 11101010 | 110010 | 11010100 | 0 | 1001111 | 1001 | 1000 | 100110011 | 1010001 | 111000 |
Color Harmonies of #EA32D4
Complementary color
Monochromatic Colors of #EA32D4
Black with #EA32D4
Text Example
Text Example
White with #EA32D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA32D4; }
p { color: rgb(234,50,212); }
H1.HeaderClassName
{
color: #EA32D4;
}
.AnyTagClassName
{
color: #EA32D4;
}
</style>
background-color css
<style>
a { background-color: #EA32D4; }
a { background-color: rgb(234,50,212); }
div.DivClassName
{
background-color: #EA32D4;
}
.BgClassName
{
background-color: #EA32D4;
}
</style>
border-color css
<style>
span { border-color: #EA32D4; }
span { border-color: rgb(234,50,212); }
td.TdClassName
{
border-color: #EA32D4;
}
.TagClassName
{
border-color: #EA32D4;
}
</style>