#EB379D

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

Shades of Wild Strawberry #EB379D

Tints of Wild Strawberry #EB379D

Color information

#EB379D (or 0xEB379D) is unknown color: approx Wild Strawberry. HEX triplet: EB, 37 and 9D. RGB value is (235,55,157). Sum of RGB (Red+Green+Blue) = 235+55+157=447 (59% of max value = 765). Red value is 235 (92.19% from 255 or 52.57% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 157 (61.72% from 255 or 35.12% from 447); Max value from RGB is 235 - color contains mainly: red. Hex color #EB379D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB379D is #14C862. Grayscale: #787878. Windows color (decimal): -1362019 or 10303467. OLE color: 10303467.

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

Color convert

RGB23555157-
CMYK00.770.330.08
HSL326º81.82%56.86%-
HSV(B)326º76.6%92.16%-
XYZ41.7122.8334.11-
YUV120.45148.63209.71-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 52.57%
GREEN value IS 55 (21.88% from 255) = 12.30%
BLUE value IS 157 (61.72% from 255) = 35.12%
R=52.57%
G=12.30%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355515700.770.330.0832681.8256.86
HexEB379D04D2181465239
Octal353672350115411050612271
Binary11101011110111100111010100110110000110001010001101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB379D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB379D; }

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

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

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

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

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

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

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

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