Html Css Color HEX #EC319A Wild Strawberry

📋 copy color: '#EC319A'

red 236 ◦ green 49 ◦ blue 154

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

Shades of Wild Strawberry #EC319A

Tints of Wild Strawberry #EC319A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 35.08%

R = 53.76%
G = 11.16%
B = 35.08%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.35

 K value IS 0.07

RGB Variations

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

Color information

#EC319A (or 0xEC319A) is known color: Wild Strawberry. HEX triplet: EC, 31 and 9A. RGB value is (236,49,154). Sum of RGB (Red+Green+Blue) = 236+49+154=439 (58% of max value = 765). Red value is 236 (92.58% from 255 or 53.76% from 439); Green value is 49 (19.53% from 255 or 11.16% from 439); Blue value is 154 (60.55% from 255 or 35.08% from 439); Max value from RGB is 236 - color contains mainly: red. Hex color #EC319A is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC319A is #13CE65. Grayscale: #747474. Windows color (decimal): -1298022 or 10105324. OLE color: 10105324.

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

Color convert

RGB 236 49 154 -
CMYK 0 0.79 0.35 0.07
HSL 326.31º 0.83% 0.56% -
HSV(B) 326.31º 0.79% 0.93% -
XYZ 41.52 22.36 32.7 -
YUV 116.88 148.95 212.96 -
System Red Green Blue C M Y K H S L
Decimal 236 49 154 0 0.79 0.35 0.07 326.31 0.83 0.56
Hex EC 31 9A 0 4F 23 7 146 53 38
Octal 354 61 232 0 117 43 7 506 123 70
Binary 11101100 110001 10011010 0 1001111 100011 111 101000110 1010011 111000

Color Harmonies of #EC319A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC319A

Black with #EC319A

Text Example


Text Example

White with #EC319A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC319A; }

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

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

background-color css

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

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

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

border-color css

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

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

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