Html Css Color HEX #EC379C Wild Strawberry

📋 copy color: '#EC379C'

red 236 ◦ green 55 ◦ blue 156

#EC379C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Strawberry #EC379C

Tints of Wild Strawberry #EC379C

RGB

 RED value IS 236 (92.58% from 255) = 52.8%

 GREEN value IS 55 (21.88% from 255) = 12.3%

 BLUE value IS 156 (61.33% from 255) = 34.9%

R = 52.8%
G = 12.3%
B = 34.9%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC379C (or 0xEC379C) is known color: Wild Strawberry. HEX triplet: EC, 37 and 9C. RGB value is (236,55,156). Sum of RGB (Red+Green+Blue) = 236+55+156=447 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.80% from 447); Green value is 55 (21.88% from 255 or 12.30% from 447); Blue value is 156 (61.33% from 255 or 34.90% from 447); Max value from RGB is 236 - color contains mainly: red. Hex color #EC379C is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC379C is #13C863. Grayscale: #787878. Windows color (decimal): -1296484 or 10237932. OLE color: 10237932.

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

Color convert

RGB 236 55 156 -
CMYK 0 0.77 0.34 0.07
HSL 326.52º 0.83% 0.57% -
HSV(B) 326.52º 0.77% 0.93% -
XYZ 41.96 22.97 33.67 -
YUV 120.63 147.97 210.29 -
System Red Green Blue C M Y K H S L
Decimal 236 55 156 0 0.77 0.34 0.07 326.52 0.83 0.57
Hex EC 37 9C 0 4D 22 7 147 53 39
Octal 354 67 234 0 115 42 7 507 123 71
Binary 11101100 110111 10011100 0 1001101 100010 111 101000111 1010011 111001

Color Harmonies of #EC379C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC379C

Black with #EC379C

Text Example


Text Example

White with #EC379C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC379C; }

 p { color: rgb(236,55,156); }

 H1.HeaderClassName
 {
   color: #EC379C;
 }
 .AnyTagClassName
 {
   color: #EC379C;
 }
</style>

background-color css

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

 a { background-color: rgb(236,55,156); }

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

border-color css

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

 span { border-color: rgb(236,55,156); }

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