#EB2C97

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

Shades of Wild Strawberry #EB2C97

Tints of Wild Strawberry #EB2C97

Color information

#EB2C97 (or 0xEB2C97) is unknown color: approx Wild Strawberry. HEX triplet: EB, 2C and 97. RGB value is (235,44,151). Sum of RGB (Red+Green+Blue) = 235+44+151=430 (56% of max value = 765). Red value is 235 (92.19% from 255 or 54.65% from 430); Green value is 44 (17.58% from 255 or 10.23% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 235 - color contains mainly: red. Hex color #EB2C97 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB2C97 is #14D368. Grayscale: #717171. Windows color (decimal): -1364841 or 9907435. OLE color: 9907435.

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

Color convert

RGB23544151-
CMYK00.810.360.08
HSL326.39º82.68%54.71%-
HSV(B)326.39º81.28%92.16%-
XYZ40.7521.731.32-
YUV113.31149.28214.8-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 54.65%
GREEN value IS 44 (17.58% from 255) = 10.23%
BLUE value IS 151 (59.38% from 255) = 35.12%
R=54.65%
G=10.23%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.36
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354415100.810.360.08326.3982.6854.71
HexEB2C970512481465337
Octal353542270121441050612367
Binary11101011101100100101110101000110010010001010001101010011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB2C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB2C97; }

 p { color: rgb(235,44,151); }

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

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

 a { background-color: rgb(235,44,151); }

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

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

 span { border-color: rgb(235,44,151); }

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