Html Css Color HEX #EC319D Wild Strawberry

📋 copy color: '#EC319D'

red 236 ◦ green 49 ◦ blue 157

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

Shades of Wild Strawberry #EC319D

Tints of Wild Strawberry #EC319D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 35.52%

R = 53.39%
G = 11.09%
B = 35.52%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.33

 K value IS 0.07

RGB Variations

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

Color information

#EC319D (or 0xEC319D) is known color: Wild Strawberry. HEX triplet: EC, 31 and 9D. RGB value is (236,49,157). Sum of RGB (Red+Green+Blue) = 236+49+157=442 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.39% from 442); Green value is 49 (19.53% from 255 or 11.09% from 442); Blue value is 157 (61.72% from 255 or 35.52% from 442); Max value from RGB is 236 - color contains mainly: red. Hex color #EC319D is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC319D is #13CE62. Grayscale: #747474. Windows color (decimal): -1298019 or 10301932. OLE color: 10301932.

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

Color convert

RGB 236 49 157 -
CMYK 0 0.79 0.33 0.07
HSL 325.35º 0.83% 0.56% -
HSV(B) 325.35º 0.79% 0.93% -
XYZ 41.78 22.46 34.03 -
YUV 117.23 150.45 212.72 -
System Red Green Blue C M Y K H S L
Decimal 236 49 157 0 0.79 0.33 0.07 325.35 0.83 0.56
Hex EC 31 9D 0 4F 21 7 145 53 38
Octal 354 61 235 0 117 41 7 505 123 70
Binary 11101100 110001 10011101 0 1001111 100001 111 101000101 1010011 111000

Color Harmonies of #EC319D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC319D

Black with #EC319D

Text Example


Text Example

White with #EC319D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC319D; }

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

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

background-color css

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

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

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

border-color css

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

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

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