#EB3B9C

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

Shades of Wild Strawberry #EB3B9C

Tints of Wild Strawberry #EB3B9C

Color information

#EB3B9C (or 0xEB3B9C) is unknown color: approx Wild Strawberry. HEX triplet: EB, 3B and 9C. RGB value is (235,59,156). Sum of RGB (Red+Green+Blue) = 235+59+156=450 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.22% from 450); Green value is 59 (23.44% from 255 or 13.11% from 450); Blue value is 156 (61.33% from 255 or 34.67% from 450); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3B9C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3B9C is #14C463. Grayscale: #7A7A7A. Windows color (decimal): -1360996 or 10238955. OLE color: 10238955.

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

Color convert

RGB23559156-
CMYK00.750.340.08
HSL326.93º81.48%57.65%-
HSV(B)326.93º74.89%92.16%-
XYZ41.8323.1933.72-
YUV122.68146.81208.11-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.22%
GREEN value IS 59 (23.44% from 255) = 13.11%
BLUE value IS 156 (61.33% from 255) = 34.67%
R=52.22%
G=13.11%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355915600.750.340.08326.9381.4857.65
HexEB3B9C04B228147513a
Octal353732340113421050712172
Binary11101011111011100111000100101110001010001010001111010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3B9C; }

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

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

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

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

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

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

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

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