#EB3EA1

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

Shades of Wild Strawberry #EB3EA1

Tints of Wild Strawberry #EB3EA1

Color information

#EB3EA1 (or 0xEB3EA1) is unknown color: approx Wild Strawberry. HEX triplet: EB, 3E and A1. RGB value is (235,62,161). Sum of RGB (Red+Green+Blue) = 235+62+161=458 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.31% from 458); Green value is 62 (24.61% from 255 or 13.54% from 458); Blue value is 161 (63.28% from 255 or 35.15% from 458); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3EA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3EA1 is #14C15E. Grayscale: #7C7C7C. Windows color (decimal): -1360223 or 10567403. OLE color: 10567403.

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

Color convert

RGB23562161-
CMYK00.740.310.08
HSL325.66º81.22%58.24%-
HSV(B)325.66º73.62%92.16%-
XYZ42.4223.6836.05-
YUV125.01148.31206.45-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.31%
GREEN value IS 62 (24.61% from 255) = 13.54%
BLUE value IS 161 (63.28% from 255) = 35.15%
R=51.31%
G=13.54%
B=35.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356216100.740.310.08325.6681.2258.24
HexEB3EA104A1F8146513a
Octal353762410112371050612172
Binary1110101111111010100001010010101111110001010001101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3EA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3EA1; }

 p { color: rgb(235,62,161); }

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

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

 a { background-color: rgb(235,62,161); }

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

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

 span { border-color: rgb(235,62,161); }

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