Html Css Color HEX #EC3197 Wild Strawberry

📋 copy color: '#EC3197'

red 236 ◦ green 49 ◦ blue 151

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

Shades of Wild Strawberry #EC3197

Tints of Wild Strawberry #EC3197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 34.63%

R = 54.13%
G = 11.24%
B = 34.63%

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

#EC3197 (or 0xEC3197) is known color: Wild Strawberry. HEX triplet: EC, 31 and 97. RGB value is (236,49,151). Sum of RGB (Red+Green+Blue) = 236+49+151=436 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.13% from 436); Green value is 49 (19.53% from 255 or 11.24% from 436); Blue value is 151 (59.38% from 255 or 34.63% from 436); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3197 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3197 is #13CE68. Grayscale: #747474. Windows color (decimal): -1298025 or 9908716. OLE color: 9908716.

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

Color convert

RGB 236 49 151 -
CMYK 0 0.79 0.36 0.07
HSL 327.27º 0.83% 0.56% -
HSV(B) 327.27º 0.79% 0.93% -
XYZ 41.28 22.26 31.4 -
YUV 116.54 147.45 213.21 -
System Red Green Blue C M Y K H S L
Decimal 236 49 151 0 0.79 0.36 0.07 327.27 0.83 0.56
Hex EC 31 97 0 4F 24 7 147 53 38
Octal 354 61 227 0 117 44 7 507 123 70
Binary 11101100 110001 10010111 0 1001111 100100 111 101000111 1010011 111000

Color Harmonies of #EC3197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3197

Black with #EC3197

Text Example


Text Example

White with #EC3197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3197; }

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

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

background-color css

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

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

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

border-color css

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

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

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