#EB409D

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

Shades of Wild Strawberry #EB409D

Tints of Wild Strawberry #EB409D

Color information

#EB409D (or 0xEB409D) is unknown color: approx Wild Strawberry. HEX triplet: EB, 40 and 9D. RGB value is (235,64,157). Sum of RGB (Red+Green+Blue) = 235+64+157=456 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.54% from 456); Green value is 64 (25.39% from 255 or 14.04% from 456); Blue value is 157 (61.72% from 255 or 34.43% from 456); Max value from RGB is 235 - color contains mainly: red. Hex color #EB409D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB409D is #14BF62. Grayscale: #7D7D7D. Windows color (decimal): -1359715 or 10305771. OLE color: 10305771.

HSL color Cylindrical-coordinate representation of color #EB409D: hue angle of 327.37º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EB409D is Cyan = 0, Magento = 0.73, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB23564157-
CMYK00.730.330.08
HSL327.37º81.04%58.63%-
HSV(B)327.37º72.77%92.16%-
XYZ42.1823.7634.26-
YUV125.73145.65205.94-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.54%
GREEN value IS 64 (25.39% from 255) = 14.04%
BLUE value IS 157 (61.72% from 255) = 34.43%
R=51.54%
G=14.04%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356415700.730.330.08327.3781.0458.63
HexEB409D049218147513b
Octal3531002350111411050712173
Binary111010111000000100111010100100110000110001010001111010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB409D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB409D; }

 p { color: rgb(235,64,157); }

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

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

 a { background-color: rgb(235,64,157); }

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

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

 span { border-color: rgb(235,64,157); }

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