#EB409C

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

Shades of Wild Strawberry #EB409C

Tints of Wild Strawberry #EB409C

Color information

#EB409C (or 0xEB409C) is unknown color: approx Wild Strawberry. HEX triplet: EB, 40 and 9C. RGB value is (235,64,156). Sum of RGB (Red+Green+Blue) = 235+64+156=455 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.65% from 455); Green value is 64 (25.39% from 255 or 14.07% from 455); Blue value is 156 (61.33% from 255 or 34.29% from 455); Max value from RGB is 235 - color contains mainly: red. Hex color #EB409C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB409C is #14BF63. Grayscale: #7D7D7D. Windows color (decimal): -1359716 or 10240235. OLE color: 10240235.

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

Color convert

RGB23564156-
CMYK00.730.340.08
HSL327.72º81.04%58.63%-
HSV(B)327.72º72.77%92.16%-
XYZ42.123.7333.81-
YUV125.62145.15206.02-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.65%
GREEN value IS 64 (25.39% from 255) = 14.07%
BLUE value IS 156 (61.33% from 255) = 34.29%
R=51.65%
G=14.07%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356415600.730.340.08327.7281.0458.63
HexEB409C049228148513b
Octal3531002340111421051012173
Binary111010111000000100111000100100110001010001010010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB409C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB409C; }

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

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

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

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

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

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

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

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