#EC43A1

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

Shades of Wild Strawberry #EC43A1

Tints of Wild Strawberry #EC43A1

Color information

#EC43A1 (or 0xEC43A1) is unknown color: approx Wild Strawberry. HEX triplet: EC, 43 and A1. RGB value is (236,67,161). Sum of RGB (Red+Green+Blue) = 236+67+161=464 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.86% from 464); Green value is 67 (26.56% from 255 or 14.44% from 464); Blue value is 161 (63.28% from 255 or 34.70% from 464); Max value from RGB is 236 - color contains mainly: red. Hex color #EC43A1 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC43A1 is #13BC5E. Grayscale: #808080. Windows color (decimal): -1293407 or 10568684. OLE color: 10568684.

HSL color Cylindrical-coordinate representation of color #EC43A1: hue angle of 326.63º 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 #EC43A1 is Cyan = 0, Magento = 0.72, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB23667161-
CMYK00.720.320.07
HSL326.63º81.64%59.41%-
HSV(B)326.63º71.61%92.55%-
XYZ43.0324.4236.16-
YUV128.25146.49204.86-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50.86%
GREEN value IS 67 (26.56% from 255) = 14.44%
BLUE value IS 161 (63.28% from 255) = 34.70%
R=50.86%
G=14.44%
B=34.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366716100.720.320.07326.6381.6459.41
HexEC43A1048207147523b
Octal354103241011040750712273
Binary11101100100001110100001010010001000001111010001111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC43A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC43A1; }

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

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

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

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

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

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

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

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