Shades of Razzle Dazzle Rose #EA2EC3
Tints of Razzle Dazzle Rose #EA2EC3
RGB
CMYK
RGB Variations
Color information
#EA2EC3 (or 0xEA2EC3) is known color: Razzle Dazzle Rose. HEX triplet: EA, 2E and C3. RGB value is (234,46,195). Sum of RGB (Red+Green+Blue) = 234+46+195=475 (62% of max value = 765). Red value is 234 (91.80% from 255 or 49.26% from 475); Green value is 46 (18.36% from 255 or 9.68% from 475); Blue value is 195 (76.56% from 255 or 41.05% from 475); Max value from RGB is 234 - color contains mainly: red. Hex color #EA2EC3 is not a web safe color. Web safe color analog (approx): #FF33CC. Inversed color of #EA2EC3 is #15D13C. Grayscale: #767676. Windows color (decimal): -1429821 or 12791530. OLE color: 12791530.
HSL color Cylindrical-coordinate representation of color #EA2EC3: hue angle of 312.45º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #EA2EC3 is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 234 | 46 | 195 | - |
| CMYK | 0 | 0.80 | 0.17 | 0.08 |
| HSL | 312.45º | 0.82% | 0.55% | - |
| HSV(B) | 312.45º | 0.8% | 0.92% | - |
| XYZ | 44.76 | 23.39 | 53.78 | - |
| YUV | 119.2 | 170.78 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 234 | 46 | 195 | 0 | 0.80 | 0.17 | 0.08 | 312.45 | 0.82 | 0.55 |
| Hex | EA | 2E | C3 | 0 | 50 | 11 | 8 | 138 | 52 | 37 |
| Octal | 352 | 56 | 303 | 0 | 120 | 21 | 10 | 470 | 122 | 67 |
| Binary | 11101010 | 101110 | 11000011 | 0 | 1010000 | 10001 | 1000 | 100111000 | 1010010 | 110111 |
Color Harmonies of #EA2EC3
Complementary color
Monochromatic Colors of #EA2EC3
Black with #EA2EC3
Text Example
Text Example
White with #EA2EC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #EA2EC3; }
p { color: rgb(234,46,195); }
H1.HeaderClassName
{
color: #EA2EC3;
}
.AnyTagClassName
{
color: #EA2EC3;
}
</style>
background-color css
<style>
a { background-color: #EA2EC3; }
a { background-color: rgb(234,46,195); }
div.DivClassName
{
background-color: #EA2EC3;
}
.BgClassName
{
background-color: #EA2EC3;
}
</style>
border-color css
<style>
span { border-color: #EA2EC3; }
span { border-color: rgb(234,46,195); }
td.TdClassName
{
border-color: #EA2EC3;
}
.TagClassName
{
border-color: #EA2EC3;
}
</style>