#ED40AB

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

Shades of Wild Strawberry #ED40AB

Tints of Wild Strawberry #ED40AB

Color information

#ED40AB (or 0xED40AB) is unknown color: approx Wild Strawberry. HEX triplet: ED, 40 and AB. RGB value is (237,64,171). Sum of RGB (Red+Green+Blue) = 237+64+171=472 (62% of max value = 765). Red value is 237 (92.97% from 255 or 50.21% from 472); Green value is 64 (25.39% from 255 or 13.56% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 237 - color contains mainly: red. Hex color #ED40AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #ED40AB is #12BF54. Grayscale: #7F7F7F. Windows color (decimal): -1228629 or 11223277. OLE color: 11223277.

HSL color Cylindrical-coordinate representation of color #ED40AB: hue angle of 322.89º 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 #ED40AB is Cyan = 0, Magento = 0.73, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB23764171-
CMYK00.730.280.07
HSL322.89º82.78%59.02%-
HSV(B)322.89º73%92.94%-
XYZ44.1124.6140.95-
YUV127.92152.31205.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 50.21%
GREEN value IS 64 (25.39% from 255) = 13.56%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=50.21%
G=13.56%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2376417100.730.280.07322.8982.7859.02
HexED40AB0491C7143533b
Octal355100253011134750312373
Binary1110110110000001010101101001001111001111010000111010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ED40AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ED40AB; }

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

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

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

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

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

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

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

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