#EC3B9D

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

Shades of Wild Strawberry #EC3B9D

Tints of Wild Strawberry #EC3B9D

Color information

#EC3B9D (or 0xEC3B9D) is unknown color: approx Wild Strawberry. HEX triplet: EC, 3B and 9D. RGB value is (236,59,157). Sum of RGB (Red+Green+Blue) = 236+59+157=452 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.21% from 452); Green value is 59 (23.44% from 255 or 13.05% from 452); Blue value is 157 (61.72% from 255 or 34.73% from 452); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3B9D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3B9D is #13C462. Grayscale: #7A7A7A. Windows color (decimal): -1295459 or 10304492. OLE color: 10304492.

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

Color convert

RGB23659157-
CMYK00.750.330.07
HSL326.78º82.33%57.84%-
HSV(B)326.78º75%92.55%-
XYZ42.2423.434.19-
YUV123.09147.14208.53-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 52.21%
GREEN value IS 59 (23.44% from 255) = 13.05%
BLUE value IS 157 (61.72% from 255) = 34.73%
R=52.21%
G=13.05%
B=34.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.33
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365915700.750.330.07326.7882.3357.84
HexEC3B9D04B217147523a
Octal35473235011341750712272
Binary1110110011101110011101010010111000011111010001111010010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3B9D; }

 p { color: rgb(236,59,157); }

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

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

 a { background-color: rgb(236,59,157); }

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

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

 span { border-color: rgb(236,59,157); }

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