#EC41AC

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

Shades of Wild Strawberry #EC41AC

Tints of Wild Strawberry #EC41AC

Color information

#EC41AC (or 0xEC41AC) is unknown color: approx Wild Strawberry. HEX triplet: EC, 41 and AC. RGB value is (236,65,172). Sum of RGB (Red+Green+Blue) = 236+65+172=473 (62% of max value = 765). Red value is 236 (92.58% from 255 or 49.89% from 473); Green value is 65 (25.78% from 255 or 13.74% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AC is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AC is #13BE53. Grayscale: #808080. Windows color (decimal): -1293908 or 11289068. OLE color: 11289068.

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

Color convert

RGB23665172-
CMYK00.720.270.07
HSL322.46º81.82%59.02%-
HSV(B)322.46º72.46%92.55%-
XYZ43.9324.5941.46-
YUV128.33152.65204.8-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 49.89%
GREEN value IS 65 (25.78% from 255) = 13.74%
BLUE value IS 172 (67.58% from 255) = 36.36%
R=49.89%
G=13.74%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366517200.720.270.07322.4681.8259.02
HexEC41AC0481B7142523b
Octal354101254011033750212273
Binary1110110010000011010110001001000110111111010000101010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41AC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41AC; }

 p { color: rgb(236,65,172); }

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

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

 a { background-color: rgb(236,65,172); }

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

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

 span { border-color: rgb(236,65,172); }

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