Shades of Razzle Dazzle Rose #EA2DCC
Tints of Razzle Dazzle Rose #EA2DCC
RGB
CMYK
RGB Variations
Color information
#EA2DCC (or 0xEA2DCC) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2D and CC. RGB value is (234,45,204). Sum of RGB (Red+Green+Blue) = 234+45+204=483 (63% of max value = 765). Red value is 234 (91.80% from 255 or 48.45% from 483); Green value is 45 (17.97% from 255 or 9.32% from 483); Blue value is 204 (80.08% from 255 or 42.24% from 483); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2DCC is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2DCC is #15D233. Grayscale: #777777. Windows color (decimal): -1430068 or 13381098. OLE color: 13381098.
HSL color Cylindrical-coordinate representation of color #EA2DCC: hue angle of 309.52º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #EA2DCC is Cyan = 0, Magento = 0.81, Yellow = 0.13 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 45 | 204 | - |
| CMYK | 0 | 0.81 | 0.13 | 0.08 |
| HSL | 309.52º | 0.82% | 0.55% | - |
| HSV(B) | 309.52º | 0.81% | 0.92% | - |
| XYZ | 45.77 | 23.73 | 59.29 | - |
| YUV | 119.64 | 175.62 | 209.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 45 | 204 | 0 | 0.81 | 0.13 | 0.08 | 309.52 | 0.82 | 0.55 |
| Hex | EA | 2D | CC | 0 | 51 | D | 8 | 136 | 52 | 37 |
| Octal | 352 | 55 | 314 | 0 | 121 | 15 | 10 | 466 | 122 | 67 |
| Binary | 11101010 | 101101 | 11001100 | 0 | 1010001 | 1101 | 1000 | 100110110 | 1010010 | 110111 |
Color Harmonies of #EA2DCC
Complementary color
Monochromatic Colors of #EA2DCC
Black with #EA2DCC
Text Example
Text Example
White with #EA2DCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2DCC; }
p { color: rgb(234,45,204); }
H1.HeaderClassName
{
color: #EA2DCC;
}
.AnyTagClassName
{
color: #EA2DCC;
}
</style>
background-color css
<style>
a { background-color: #EA2DCC; }
a { background-color: rgb(234,45,204); }
div.DivClassName
{
background-color: #EA2DCC;
}
.BgClassName
{
background-color: #EA2DCC;
}
</style>
border-color css
<style>
span { border-color: #EA2DCC; }
span { border-color: rgb(234,45,204); }
td.TdClassName
{
border-color: #EA2DCC;
}
.TagClassName
{
border-color: #EA2DCC;
}
</style>