Html Css Color HEX #EC319B Wild Strawberry

📋 copy color: '#EC319B'

red 236 ◦ green 49 ◦ blue 155

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

Shades of Wild Strawberry #EC319B

Tints of Wild Strawberry #EC319B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 35.23%

R = 53.64%
G = 11.14%
B = 35.23%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.34

 K value IS 0.07

RGB Variations

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

Color information

#EC319B (or 0xEC319B) is known color: Wild Strawberry. HEX triplet: EC, 31 and 9B. RGB value is (236,49,155). Sum of RGB (Red+Green+Blue) = 236+49+155=440 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.64% from 440); Green value is 49 (19.53% from 255 or 11.14% from 440); Blue value is 155 (60.94% from 255 or 35.23% from 440); Max value from RGB is 236 - color contains mainly: red. Hex color #EC319B is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC319B is #13CE64. Grayscale: #747474. Windows color (decimal): -1298021 or 10170860. OLE color: 10170860.

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

Color convert

RGB 236 49 155 -
CMYK 0 0.79 0.34 0.07
HSL 325.99º 0.83% 0.56% -
HSV(B) 325.99º 0.79% 0.93% -
XYZ 41.61 22.4 33.14 -
YUV 117 149.45 212.88 -
System Red Green Blue C M Y K H S L
Decimal 236 49 155 0 0.79 0.34 0.07 325.99 0.83 0.56
Hex EC 31 9B 0 4F 22 7 146 53 38
Octal 354 61 233 0 117 42 7 506 123 70
Binary 11101100 110001 10011011 0 1001111 100010 111 101000110 1010011 111000

Color Harmonies of #EC319B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC319B

Black with #EC319B

Text Example


Text Example

White with #EC319B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC319B; }

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

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

background-color css

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

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

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

border-color css

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

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

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