#EB319B

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

Shades of Wild Strawberry #EB319B

Tints of Wild Strawberry #EB319B

Color information

#EB319B (or 0xEB319B) is unknown color: approx Wild Strawberry. HEX triplet: EB, 31 and 9B. RGB value is (235,49,155). Sum of RGB (Red+Green+Blue) = 235+49+155=439 (58% of max value = 765). Red value is 235 (92.19% from 255 or 53.53% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 155 (60.94% from 255 or 35.31% from 439); Max value from RGB is 235 - color contains mainly: red. Hex color #EB319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB319B is #14CE64. Grayscale: #747474. Windows color (decimal): -1363557 or 10170859. OLE color: 10170859.

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

Color convert

RGB23549155-
CMYK00.790.340.08
HSL325.81º82.3%55.69%-
HSV(B)325.81º79.15%92.16%-
XYZ41.2822.2333.12-
YUV116.7149.62212.38-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.53%
GREEN value IS 49 (19.53% from 255) = 11.16%
BLUE value IS 155 (60.94% from 255) = 35.31%
R=53.53%
G=11.16%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354915500.790.340.08325.8182.355.69
HexEB319B04F2281465238
Octal353612330117421050612270
Binary11101011110001100110110100111110001010001010001101010010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB319B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB319B; }

 p { color: rgb(235,49,155); }

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

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

 a { background-color: rgb(235,49,155); }

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

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

 span { border-color: rgb(235,49,155); }

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