#EC3697

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

Shades of Wild Strawberry #EC3697

Tints of Wild Strawberry #EC3697

Color information

#EC3697 (or 0xEC3697) is unknown color: approx Wild Strawberry. HEX triplet: EC, 36 and 97. RGB value is (236,54,151). Sum of RGB (Red+Green+Blue) = 236+54+151=441 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.51% from 441); Green value is 54 (21.48% from 255 or 12.24% from 441); Blue value is 151 (59.38% from 255 or 34.24% from 441); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3697 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3697 is #13C968. Grayscale: #777777. Windows color (decimal): -1296745 or 9909996. OLE color: 9909996.

HSL color Cylindrical-coordinate representation of color #EC3697: hue angle of 328.02º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #EC3697 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.07.

Color convert

RGB23654151-
CMYK00.770.360.07
HSL328.02º82.73%56.86%-
HSV(B)328.02º77.12%92.55%-
XYZ41.522.7131.47-
YUV119.48145.8211.11-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 53.51%
GREEN value IS 54 (21.48% from 255) = 12.24%
BLUE value IS 151 (59.38% from 255) = 34.24%
R=53.51%
G=12.24%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2365415100.770.360.07328.0282.7356.86
HexEC369704D2471485339
Octal35466227011544751012371
Binary1110110011011010010111010011011001001111010010001010011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EC3697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EC3697; }

 p { color: rgb(236,54,151); }

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

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

 a { background-color: rgb(236,54,151); }

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

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

 span { border-color: rgb(236,54,151); }

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