#EB3993

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

Shades of Wild Strawberry #EB3993

Tints of Wild Strawberry #EB3993

Color information

#EB3993 (or 0xEB3993) is unknown color: approx Wild Strawberry. HEX triplet: EB, 39 and 93. RGB value is (235,57,147). Sum of RGB (Red+Green+Blue) = 235+57+147=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 57 (22.66% from 255 or 12.98% from 439); Blue value is 147 (57.81% from 255 or 33.49% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3993 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3993 is #14C66C. Grayscale: #787878. Windows color (decimal): -1361517 or 9648619. OLE color: 9648619.

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

Color convert

RGB23557147-
CMYK00.760.370.08
HSL329.66º81.65%57.25%-
HSV(B)329.66º75.74%92.16%-
XYZ40.9922.729.82-
YUV120.48142.97209.68-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.53%
GREEN value IS 57 (22.66% from 255) = 12.98%
BLUE value IS 147 (57.81% from 255) = 33.49%
R=53.53%
G=12.98%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.37
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2355714700.760.370.08329.6681.6557.25
HexEB399304C25814a5239
Octal353712230114451051212271
Binary11101011111001100100110100110010010110001010010101010010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3993; }

 p { color: rgb(235,57,147); }

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

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

 a { background-color: rgb(235,57,147); }

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

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

 span { border-color: rgb(235,57,147); }

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