#ED40AC

Color #ED40AC Wild Strawberry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Strawberry #ED40AC

Tints of Wild Strawberry #ED40AC

Color information

#ED40AC (or 0xED40AC) is unknown color: approx Wild Strawberry. HEX triplet: ED, 40 and AC. RGB value is (237,64,172). Sum of RGB (Red+Green+Blue) = 237+64+172=473 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.11% from 473); Green value is 64 (25.39% from 255 or 13.53% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED40AC is #12BF53. Grayscale: #7F7F7F. Windows color (decimal): -1228628 or 11288813. OLE color: 11288813.

HSL color Cylindrical-coordinate representation of color #ED40AC: hue angle of 322.54º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #ED40AC is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB23764172-
CMYK00.730.270.07
HSL322.54º82.78%59.02%-
HSV(B)322.54º73%92.94%-
XYZ44.224.6541.46-
YUV128.04152.81205.72-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 237 (92.97% from 255) = 50.11%
GREEN value IS 64 (25.39% from 255) = 13.53%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=50.11%
G=13.53%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376417200.730.270.07322.5482.7859.02
HexED40AC0491B7143533b
Octal355100254011133750312373
Binary1110110110000001010110001001001110111111010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED40AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED40AC; }

 p { color: rgb(237,64,172); }

 H1.HeaderClassName
 {
   color: #ED40AC;
 }
 .AnyTagClassName
 {
   color: #ED40AC;
 }
</style>
background-color css

<style>
 a { background-color: #ED40AC; }

 a { background-color: rgb(237,64,172); }

 div.DivClassName
 {
   background-color: #ED40AC;
 }
 .BgClassName
 {
   background-color: #ED40AC;
 }
</style>
border-color css

<style>
 span { border-color: #ED40AC; }

 span { border-color: rgb(237,64,172); }

 td.TdClassName
 {
   border-color: #ED40AC;
 }
 .TagClassName
 {
   border-color: #ED40AC;
 }
</style>