Html Css Color HEX #EC379F Wild Strawberry

📋 copy color: '#EC379F'

red 236 ◦ green 55 ◦ blue 159

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

Shades of Wild Strawberry #EC379F

Tints of Wild Strawberry #EC379F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 35.33%

R = 52.44%
G = 12.22%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC379F (or 0xEC379F) is known color: Wild Strawberry. HEX triplet: EC, 37 and 9F. RGB value is (236,55,159). Sum of RGB (Red+Green+Blue) = 236+55+159=450 (59% of max value = 765). Red value is 236 (92.58% from 255 or 52.44% from 450); Green value is 55 (21.88% from 255 or 12.22% from 450); Blue value is 159 (62.5% from 255 or 35.33% from 450); Max value from RGB is 236 - color contains mainly: red. Hex color #EC379F is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC379F is #13C860. Grayscale: #787878. Windows color (decimal): -1296481 or 10434540. OLE color: 10434540.

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

Color convert

RGB 236 55 159 -
CMYK 0 0.77 0.33 0.07
HSL 325.52º 0.83% 0.57% -
HSV(B) 325.52º 0.77% 0.93% -
XYZ 42.22 23.07 35.03 -
YUV 120.98 149.47 210.04 -
System Red Green Blue C M Y K H S L
Decimal 236 55 159 0 0.77 0.33 0.07 325.52 0.83 0.57
Hex EC 37 9F 0 4D 21 7 146 53 39
Octal 354 67 237 0 115 41 7 506 123 71
Binary 11101100 110111 10011111 0 1001101 100001 111 101000110 1010011 111001

Color Harmonies of #EC379F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC379F

Black with #EC379F

Text Example


Text Example

White with #EC379F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC379F; }

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

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

background-color css

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

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

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

border-color css

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

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

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