Shades of Razzle Dazzle Rose #EA3EC6
Tints of Razzle Dazzle Rose #EA3EC6
RGB
CMYK
RGB Variations
Color information
#EA3EC6 (or 0xEA3EC6) is known color: Razzle Dazzle Rose. HEX triplet: EA, 3E and C6. RGB value is (234,62,198). Sum of RGB (Red+Green+Blue) = 234+62+198=494 (65% of max value = 765). Red value is 234 (91.80% from 255 or 47.37% from 494); Green value is 62 (24.61% from 255 or 12.55% from 494); Blue value is 198 (77.73% from 255 or 40.08% from 494); Max value from RGB is 234 - color contains mainly: red. Hex color #EA3EC6 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA3EC6 is #15C139. Grayscale: #808080. Windows color (decimal): -1425722 or 12992234. OLE color: 12992234.
HSL color Cylindrical-coordinate representation of color #EA3EC6: hue angle of 312.56º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EA3EC6 is Cyan = 0, Magento = 0.74, Yellow = 0.15 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 62 | 198 | - |
| CMYK | 0 | 0.74 | 0.15 | 0.08 |
| HSL | 312.56º | 0.8% | 0.58% | - |
| HSV(B) | 312.56º | 0.74% | 0.92% | - |
| XYZ | 45.85 | 25.01 | 55.84 | - |
| YUV | 128.93 | 166.98 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 62 | 198 | 0 | 0.74 | 0.15 | 0.08 | 312.56 | 0.8 | 0.58 |
| Hex | EA | 3E | C6 | 0 | 4A | F | 8 | 139 | 50 | 3A |
| Octal | 352 | 76 | 306 | 0 | 112 | 17 | 10 | 471 | 120 | 72 |
| Binary | 11101010 | 111110 | 11000110 | 0 | 1001010 | 1111 | 1000 | 100111001 | 1010000 | 111010 |
Color Harmonies of #EA3EC6
Complementary color
Monochromatic Colors of #EA3EC6
Black with #EA3EC6
Text Example
Text Example
White with #EA3EC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA3EC6; }
p { color: rgb(234,62,198); }
H1.HeaderClassName
{
color: #EA3EC6;
}
.AnyTagClassName
{
color: #EA3EC6;
}
</style>
background-color css
<style>
a { background-color: #EA3EC6; }
a { background-color: rgb(234,62,198); }
div.DivClassName
{
background-color: #EA3EC6;
}
.BgClassName
{
background-color: #EA3EC6;
}
</style>
border-color css
<style>
span { border-color: #EA3EC6; }
span { border-color: rgb(234,62,198); }
td.TdClassName
{
border-color: #EA3EC6;
}
.TagClassName
{
border-color: #EA3EC6;
}
</style>