#EC41AB

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

Shades of Wild Strawberry #EC41AB

Tints of Wild Strawberry #EC41AB

Color information

#EC41AB (or 0xEC41AB) is unknown color: approx Wild Strawberry. HEX triplet: EC, 41 and AB. RGB value is (236,65,171). Sum of RGB (Red+Green+Blue) = 236+65+171=472 (62% of max value = 765). Red value is 236 (92.58% from 255 or 50% from 472); Green value is 65 (25.78% from 255 or 13.77% from 472); Blue value is 171 (67.19% from 255 or 36.23% from 472); Max value from RGB is 236 - color contains mainly: red. Hex color #EC41AB is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC41AB is #13BE54. Grayscale: #7F7F7F. Windows color (decimal): -1293909 or 11223532. OLE color: 11223532.

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

Color convert

RGB23665171-
CMYK00.720.280.07
HSL322.81º81.82%59.02%-
HSV(B)322.81º72.46%92.55%-
XYZ43.8324.5540.96-
YUV128.21152.15204.88-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 50%
GREEN value IS 65 (25.78% from 255) = 13.77%
BLUE value IS 171 (67.19% from 255) = 36.23%
R=50%
G=13.77%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2366517100.720.280.07322.8181.8259.02
HexEC41AB0481C7143523b
Octal354101253011034750312273
Binary1110110010000011010101101001000111001111010000111010010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC41AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC41AB; }

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

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

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

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

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

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

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

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