#EB389C

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

Shades of Wild Strawberry #EB389C

Tints of Wild Strawberry #EB389C

Color information

#EB389C (or 0xEB389C) is unknown color: approx Wild Strawberry. HEX triplet: EB, 38 and 9C. RGB value is (235,56,156). Sum of RGB (Red+Green+Blue) = 235+56+156=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 56 (22.27% from 255 or 12.53% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB389C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB389C is #14C763. Grayscale: #787878. Windows color (decimal): -1361764 or 10238187. OLE color: 10238187.

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

Color convert

RGB23556156-
CMYK00.760.340.08
HSL326.48º81.74%57.06%-
HSV(B)326.48º76.17%92.16%-
XYZ41.6822.8933.67-
YUV120.92147.8209.37-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 56 (22.27% from 255) = 12.53%
BLUE value IS 156 (61.33% from 255) = 34.90%
R=52.57%
G=12.53%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355615600.760.340.08326.4881.7457.06
HexEB389C04C2281465239
Octal353702340114421050612271
Binary11101011111000100111000100110010001010001010001101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB389C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB389C; }

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

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

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

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

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

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

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

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