Html Css Color HEX #EC3196 Wild Strawberry

📋 copy color: '#EC3196'

red 236 ◦ green 49 ◦ blue 150

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

Shades of Wild Strawberry #EC3196

Tints of Wild Strawberry #EC3196

RGB

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

 GREEN value IS 49 (19.53% from 255) = 11.26%

 BLUE value IS 150 (58.98% from 255) = 34.48%

R = 54.25%
G = 11.26%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.36

 K value IS 0.07

RGB Variations

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

Color information

#EC3196 (or 0xEC3196) is known color: Wild Strawberry. HEX triplet: EC, 31 and 96. RGB value is (236,49,150). Sum of RGB (Red+Green+Blue) = 236+49+150=435 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.25% from 435); Green value is 49 (19.53% from 255 or 11.26% from 435); Blue value is 150 (58.98% from 255 or 34.48% from 435); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3196 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3196 is #13CE69. Grayscale: #747474. Windows color (decimal): -1298026 or 9843180. OLE color: 9843180.

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

Color convert

RGB 236 49 150 -
CMYK 0 0.79 0.36 0.07
HSL 327.59º 0.83% 0.56% -
HSV(B) 327.59º 0.79% 0.93% -
XYZ 41.2 22.23 30.97 -
YUV 116.43 146.95 213.29 -
System Red Green Blue C M Y K H S L
Decimal 236 49 150 0 0.79 0.36 0.07 327.59 0.83 0.56
Hex EC 31 96 0 4F 24 7 148 53 38
Octal 354 61 226 0 117 44 7 510 123 70
Binary 11101100 110001 10010110 0 1001111 100100 111 101001000 1010011 111000

Color Harmonies of #EC3196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3196

Black with #EC3196

Text Example


Text Example

White with #EC3196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3196; }

 p { color: rgb(236,49,150); }

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

background-color css

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

 a { background-color: rgb(236,49,150); }

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

border-color css

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

 span { border-color: rgb(236,49,150); }

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