Html Css Color HEX #EC3198 Wild Strawberry

📋 copy color: '#EC3198'

red 236 ◦ green 49 ◦ blue 152

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

Shades of Wild Strawberry #EC3198

Tints of Wild Strawberry #EC3198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.78%

R = 54%
G = 11.21%
B = 34.78%

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

#EC3198 (or 0xEC3198) is known color: Wild Strawberry. HEX triplet: EC, 31 and 98. RGB value is (236,49,152). Sum of RGB (Red+Green+Blue) = 236+49+152=437 (57% of max value = 765). Red value is 236 (92.58% from 255 or 54.00% from 437); Green value is 49 (19.53% from 255 or 11.21% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3198 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3198 is #13CE67. Grayscale: #747474. Windows color (decimal): -1298024 or 9974252. OLE color: 9974252.

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

Color convert

RGB 236 49 152 -
CMYK 0 0.79 0.36 0.07
HSL 326.95º 0.83% 0.56% -
HSV(B) 326.95º 0.79% 0.93% -
XYZ 41.36 22.3 31.83 -
YUV 116.66 147.95 213.12 -
System Red Green Blue C M Y K H S L
Decimal 236 49 152 0 0.79 0.36 0.07 326.95 0.83 0.56
Hex EC 31 98 0 4F 24 7 147 53 38
Octal 354 61 230 0 117 44 7 507 123 70
Binary 11101100 110001 10011000 0 1001111 100100 111 101000111 1010011 111000

Color Harmonies of #EC3198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3198

Black with #EC3198

Text Example


Text Example

White with #EC3198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3198; }

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

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

background-color css

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

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

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

border-color css

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

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

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