#EB3FA1

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

Shades of Wild Strawberry #EB3FA1

Tints of Wild Strawberry #EB3FA1

Color information

#EB3FA1 (or 0xEB3FA1) is unknown color: approx Wild Strawberry. HEX triplet: EB, 3F and A1. RGB value is (235,63,161). Sum of RGB (Red+Green+Blue) = 235+63+161=459 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.20% from 459); Green value is 63 (25% from 255 or 13.73% from 459); Blue value is 161 (63.28% from 255 or 35.08% from 459); Max value from RGB is 235 - color contains mainly: red. Hex color #EB3FA1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB3FA1 is #14C05E. Grayscale: #7D7D7D. Windows color (decimal): -1359967 or 10567659. OLE color: 10567659.

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

Color convert

RGB23563161-
CMYK00.730.310.08
HSL325.81º81.13%58.43%-
HSV(B)325.81º73.19%92.16%-
XYZ42.4723.7936.07-
YUV125.6147.98206.03-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.20%
GREEN value IS 63 (25% from 255) = 13.73%
BLUE value IS 161 (63.28% from 255) = 35.08%
R=51.20%
G=13.73%
B=35.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.31
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356316100.730.310.08325.8181.1358.43
HexEB3FA10491F8146513a
Octal353772410111371050612172
Binary1110101111111110100001010010011111110001010001101010001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB3FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB3FA1; }

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

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

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

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

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

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

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

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