#EB41A8

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

Shades of Wild Strawberry #EB41A8

Tints of Wild Strawberry #EB41A8

Color information

#EB41A8 (or 0xEB41A8) is unknown color: approx Wild Strawberry. HEX triplet: EB, 41 and A8. RGB value is (235,65,168). Sum of RGB (Red+Green+Blue) = 235+65+168=468 (61% of max value = 765). Red value is 235 (92.19% from 255 or 50.21% from 468); Green value is 65 (25.78% from 255 or 13.89% from 468); Blue value is 168 (66.02% from 255 or 35.90% from 468); Max value from RGB is 235 - color contains mainly: red. Hex color #EB41A8 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EB41A8 is #14BE57. Grayscale: #7F7F7F. Windows color (decimal): -1359448 or 11026923. OLE color: 11026923.

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

Color convert

RGB23565168-
CMYK00.720.290.08
HSL323.65º80.95%58.82%-
HSV(B)323.65º72.34%92.16%-
XYZ43.2224.2739.45-
YUV127.57150.82204.62-

RGB Variations

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

RGB

RED value IS 235 (92.19% from 255) = 50.21%
GREEN value IS 65 (25.78% from 255) = 13.89%
BLUE value IS 168 (66.02% from 255) = 35.90%
R=50.21%
G=13.89%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.29
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2356516800.720.290.08323.6580.9558.82
HexEB41A80481D8144513b
Octal3531012500110351050412173
Binary11101011100000110101000010010001110110001010001001010001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EB41A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EB41A8; }

 p { color: rgb(235,65,168); }

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

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

 a { background-color: rgb(235,65,168); }

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

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

 span { border-color: rgb(235,65,168); }

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