#EC43A2

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

Shades of Wild Strawberry #EC43A2

Tints of Wild Strawberry #EC43A2

Color information

#EC43A2 (or 0xEC43A2) is unknown color: approx Wild Strawberry. HEX triplet: EC, 43 and A2. RGB value is (236,67,162). Sum of RGB (Red+Green+Blue) = 236+67+162=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 67 (26.56% from 255 or 14.41% from 465); Blue value is 162 (63.67% from 255 or 34.84% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43A2 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC43A2 is #13BC5D. Grayscale: #808080. Windows color (decimal): -1293406 or 10634220. OLE color: 10634220.

HSL color Cylindrical-coordinate representation of color #EC43A2: hue angle of 326.27º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #EC43A2 is Cyan = 0, Magento = 0.72, Yellow = 0.31 and Black (K on CMYK) = 0.07.

Color convert

RGB23667162-
CMYK00.720.310.07
HSL326.27º81.64%59.41%-
HSV(B)326.27º71.61%92.55%-
XYZ43.1224.4636.63-
YUV128.36146.99204.78-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.75%
GREEN value IS 67 (26.56% from 255) = 14.41%
BLUE value IS 162 (63.67% from 255) = 34.84%
R=50.75%
G=14.41%
B=34.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366716200.720.310.07326.2781.6459.41
HexEC43A20481F7146523b
Octal354103242011037750612273
Binary1110110010000111010001001001000111111111010001101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC43A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC43A2; }

 p { color: rgb(236,67,162); }

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

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

 a { background-color: rgb(236,67,162); }

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

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

 span { border-color: rgb(236,67,162); }

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