#EB409A

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

Shades of Wild Strawberry #EB409A

Tints of Wild Strawberry #EB409A

Color information

#EB409A (or 0xEB409A) is unknown color: approx Wild Strawberry. HEX triplet: EB, 40 and 9A. RGB value is (235,64,154). Sum of RGB (Red+Green+Blue) = 235+64+154=453 (60% of max value = 765). Red value is 235 (92.19% from 255 or 51.88% from 453); Green value is 64 (25.39% from 255 or 14.13% from 453); Blue value is 154 (60.55% from 255 or 34.00% from 453); Max value from RGB is 235 - color contains mainly: red. Hex color #EB409A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB409A is #14BF65. Grayscale: #7D7D7D. Windows color (decimal): -1359718 or 10109163. OLE color: 10109163.

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

Color convert

RGB23564154-
CMYK00.730.340.08
HSL328.42º81.04%58.63%-
HSV(B)328.42º72.77%92.16%-
XYZ41.9323.6632.93-
YUV125.39144.15206.18-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 51.88%
GREEN value IS 64 (25.39% from 255) = 14.13%
BLUE value IS 154 (60.55% from 255) = 34.00%
R=51.88%
G=14.13%
B=34.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.34
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356415400.730.340.08328.4281.0458.63
HexEB409A049228148513b
Octal3531002320111421051012173
Binary111010111000000100110100100100110001010001010010001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB409A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB409A; }

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

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

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

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

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

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

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

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