#EA42A6

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

Shades of Wild Strawberry #EA42A6

Tints of Wild Strawberry #EA42A6

Color information

#EA42A6 (or 0xEA42A6) is unknown color: approx Wild Strawberry. HEX triplet: EA, 42 and A6. RGB value is (234,66,166). Sum of RGB (Red+Green+Blue) = 234+66+166=466 (61% of max value = 765). Red value is 234 (91.80% from 255 or 50.21% from 466); Green value is 66 (26.17% from 255 or 14.16% from 466); Blue value is 166 (65.23% from 255 or 35.62% from 466); Max value from RGB is 234 - color contains mainly: red. Hex color #EA42A6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EA42A6 is #15BD59. Grayscale: #7F7F7F. Windows color (decimal): -1424730 or 10896106. OLE color: 10896106.

HSL color Cylindrical-coordinate representation of color #EA42A6: hue angle of 324.29º degrees, saturation: 0.8, 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 #EA42A6 is Cyan = 0, Magento = 0.72, Yellow = 0.29 and Black (K on CMYK) = 0.08.

Color convert

RGB23466166-
CMYK00.720.290.08
HSL324.29º80%58.82%-
HSV(B)324.29º71.79%91.76%-
XYZ42.7624.1438.48-
YUV127.63149.66203.87-

RGB Variations

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

RGB

RED value IS 234 (91.80% from 255) = 50.21%
GREEN value IS 66 (26.17% from 255) = 14.16%
BLUE value IS 166 (65.23% from 255) = 35.62%
R=50.21%
G=14.16%
B=35.62%

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
Decimal2346616600.720.290.08324.298058.82
HexEA42A60481D8144503b
Octal3521022460110351050412073
Binary11101010100001010100110010010001110110001010001001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EA42A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EA42A6; }

 p { color: rgb(234,66,166); }

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

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

 a { background-color: rgb(234,66,166); }

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

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

 span { border-color: rgb(234,66,166); }

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