Shades of Wild Strawberry #E23CA6
Tints of Wild Strawberry #E23CA6
RGB
CMYK
RGB Variations
Color information
#E23CA6 (or 0xE23CA6) is known color: Wild Strawberry. HEX triplet: E2, 3C and A6. RGB value is (226,60,166). Sum of RGB (Red+Green+Blue) = 226+60+166=452 (59% of max value = 765). Red value is 226 (88.67% from 255 or 50% from 452); Green value is 60 (23.83% from 255 or 13.27% from 452); Blue value is 166 (65.23% from 255 or 36.73% from 452); Max value from RGB is 226 - color contains mainly: red. Hex color #E23CA6 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #E23CA6 is #1DC359. Grayscale: #797979. Windows color (decimal): -1950554 or 10894562. OLE color: 10894562.
HSL color Cylindrical-coordinate representation of color #E23CA6: hue angle of 321.69º degrees, saturation: 0.74, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #E23CA6 is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 226 | 60 | 166 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.11 |
| HSL | 321.69º | 0.74% | 0.56% | - |
| HSV(B) | 321.69º | 0.73% | 0.89% | - |
| XYZ | 39.86 | 22.15 | 38.25 | - |
| YUV | 121.72 | 153 | 202.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 226 | 60 | 166 | 0 | 0.73 | 0.27 | 0.11 | 321.69 | 0.74 | 0.56 |
| Hex | E2 | 3C | A6 | 0 | 49 | 1B | B | 142 | 4A | 38 |
| Octal | 342 | 74 | 246 | 0 | 111 | 33 | 13 | 502 | 112 | 70 |
| Binary | 11100010 | 111100 | 10100110 | 0 | 1001001 | 11011 | 1011 | 101000010 | 1001010 | 111000 |
Color Harmonies of #E23CA6
Complementary color
Monochromatic Colors of #E23CA6
Black with #E23CA6
Text Example
Text Example
White with #E23CA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E23CA6; }
p { color: rgb(226,60,166); }
H1.HeaderClassName
{
color: #E23CA6;
}
.AnyTagClassName
{
color: #E23CA6;
}
</style>
background-color css
<style>
a { background-color: #E23CA6; }
a { background-color: rgb(226,60,166); }
div.DivClassName
{
background-color: #E23CA6;
}
.BgClassName
{
background-color: #E23CA6;
}
</style>
border-color css
<style>
span { border-color: #E23CA6; }
span { border-color: rgb(226,60,166); }
td.TdClassName
{
border-color: #E23CA6;
}
.TagClassName
{
border-color: #E23CA6;
}
</style>