Shades of Wild Strawberry #E73DA2
Tints of Wild Strawberry #E73DA2
RGB
CMYK
RGB Variations
Color information
#E73DA2 (or 0xE73DA2) is known color: Wild Strawberry. HEX triplet: E7, 3D and A2. RGB value is (231,61,162). Sum of RGB (Red+Green+Blue) = 231+61+162=454 (60% of max value = 765). Red value is 231 (90.62% from 255 or 50.88% from 454); Green value is 61 (24.22% from 255 or 13.44% from 454); Blue value is 162 (63.67% from 255 or 35.68% from 454); Max value from RGB is 231 - color contains mainly: red. Hex color #E73DA2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #E73DA2 is #18C25D. Grayscale: #7B7B7B. Windows color (decimal): -1622622 or 10632679. OLE color: 10632679.
HSL color Cylindrical-coordinate representation of color #E73DA2: hue angle of 324.35º degrees, saturation: 0.78, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #E73DA2 is Cyan = 0, Magento = 0.74, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
RGB | 231 | 61 | 162 | - |
CMYK | 0 | 0.74 | 0.30 | 0.09 |
HSL | 324.35º | 0.78% | 0.57% | - |
HSV(B) | 324.35º | 0.74% | 0.91% | - |
XYZ | 41.15 | 22.94 | 36.44 | - |
YUV | 123.34 | 149.82 | 204.79 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 231 | 61 | 162 | 0 | 0.74 | 0.30 | 0.09 | 324.35 | 0.78 | 0.57 |
Hex | E7 | 3D | A2 | 0 | 4A | 1E | 9 | 144 | 4E | 39 |
Octal | 347 | 75 | 242 | 0 | 112 | 36 | 11 | 504 | 116 | 71 |
Binary | 11100111 | 111101 | 10100010 | 0 | 1001010 | 11110 | 1001 | 101000100 | 1001110 | 111001 |
Color Harmonies of #E73DA2
Complementary color
Monochromatic Colors of #E73DA2
Black with #E73DA2
Text Example
Text Example
White with #E73DA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #E73DA2; }
p { color: rgb(231,61,162); }
H1.HeaderClassName
{
color: #E73DA2;
}
.AnyTagClassName
{
color: #E73DA2;
}
</style>
background-color css
<style>
a { background-color: #E73DA2; }
a { background-color: rgb(231,61,162); }
div.DivClassName
{
background-color: #E73DA2;
}
.BgClassName
{
background-color: #E73DA2;
}
</style>
border-color css
<style>
span { border-color: #E73DA2; }
span { border-color: rgb(231,61,162); }
td.TdClassName
{
border-color: #E73DA2;
}
.TagClassName
{
border-color: #E73DA2;
}
</style>