#EB389D

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

Shades of Wild Strawberry #EB389D

Tints of Wild Strawberry #EB389D

Color information

#EB389D (or 0xEB389D) is unknown color: approx Wild Strawberry. HEX triplet: EB, 38 and 9D. RGB value is (235,56,157). Sum of RGB (Red+Green+Blue) = 235+56+157=448 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.46% from 448); Green value is 56 (22.27% from 255 or 12.5% from 448); Blue value is 157 (61.72% from 255 or 35.04% from 448); Max value from RGB is 235 - color contains mainly: red. Hex color #EB389D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB389D is #14C762. Grayscale: #787878. Windows color (decimal): -1361763 or 10303723. OLE color: 10303723.

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

Color convert

RGB23556157-
CMYK00.760.330.08
HSL326.15º81.74%57.06%-
HSV(B)326.15º76.17%92.16%-
XYZ41.7622.9234.12-
YUV121.04148.3209.29-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.46%
GREEN value IS 56 (22.27% from 255) = 12.5%
BLUE value IS 157 (61.72% from 255) = 35.04%
R=52.46%
G=12.5%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355615700.760.330.08326.1581.7457.06
HexEB389D04C2181465239
Octal353702350114411050612271
Binary11101011111000100111010100110010000110001010001101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB389D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB389D; }

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

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

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

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

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

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

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

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