#EB309A

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

Shades of Wild Strawberry #EB309A

Tints of Wild Strawberry #EB309A

Color information

#EB309A (or 0xEB309A) is unknown color: approx Wild Strawberry. HEX triplet: EB, 30 and 9A. RGB value is (235,48,154). Sum of RGB (Red+Green+Blue) = 235+48+154=437 (57% of max value = 765). Red value is 235 (92.19% from 255 or 53.78% from 437); Green value is 48 (19.14% from 255 or 10.98% from 437); Blue value is 154 (60.55% from 255 or 35.24% from 437); Max value from RGB is 235 - color contains mainly: red. Hex color #EB309A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB309A is #14CF65. Grayscale: #737373. Windows color (decimal): -1363814 or 10105067. OLE color: 10105067.

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

Color convert

RGB23548154-
CMYK00.800.340.08
HSL325.99º82.38%55.49%-
HSV(B)325.99º79.57%92.16%-
XYZ41.1522.1132.67-
YUV116149.45212.88-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 53.78%
GREEN value IS 48 (19.14% from 255) = 10.98%
BLUE value IS 154 (60.55% from 255) = 35.24%
R=53.78%
G=10.98%
B=35.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2354815400.800.340.08325.9982.3855.49
HexEB309A0502281465237
Octal353602320120421050612267
Binary11101011110000100110100101000010001010001010001101010010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB309A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB309A; }

 p { color: rgb(235,48,154); }

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

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

 a { background-color: rgb(235,48,154); }

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

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

 span { border-color: rgb(235,48,154); }

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