Html Css Color HEX #EC379A Wild Strawberry

📋 copy color: '#EC379A'

red 236 ◦ green 55 ◦ blue 154

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

Shades of Wild Strawberry #EC379A

Tints of Wild Strawberry #EC379A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 34.61%

R = 53.03%
G = 12.36%
B = 34.61%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC379A (or 0xEC379A) is known color: Wild Strawberry. HEX triplet: EC, 37 and 9A. RGB value is (236,55,154). Sum of RGB (Red+Green+Blue) = 236+55+154=445 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.03% from 445); Green value is 55 (21.88% from 255 or 12.36% from 445); Blue value is 154 (60.55% from 255 or 34.61% from 445); Max value from RGB is 236 - color contains mainly: red. Hex color #EC379A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC379A is #13C865. Grayscale: #787878. Windows color (decimal): -1296486 or 10106860. OLE color: 10106860.

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

Color convert

RGB 236 55 154 -
CMYK 0 0.77 0.35 0.07
HSL 327.18º 0.83% 0.57% -
HSV(B) 327.18º 0.77% 0.93% -
XYZ 41.79 22.9 32.79 -
YUV 120.41 146.97 210.45 -
System Red Green Blue C M Y K H S L
Decimal 236 55 154 0 0.77 0.35 0.07 327.18 0.83 0.57
Hex EC 37 9A 0 4D 23 7 147 53 39
Octal 354 67 232 0 115 43 7 507 123 71
Binary 11101100 110111 10011010 0 1001101 100011 111 101000111 1010011 111001

Color Harmonies of #EC379A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC379A

Black with #EC379A

Text Example


Text Example

White with #EC379A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC379A; }

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

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

background-color css

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

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

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

border-color css

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

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

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