Html Css Color HEX #EC3FA6 Wild Strawberry

📋 copy color: '#EC3FA6'

red 236 ◦ green 63 ◦ blue 166

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

Shades of Wild Strawberry #EC3FA6

Tints of Wild Strawberry #EC3FA6

RGB

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

 GREEN value IS 63 (25% from 255) = 13.55%

 BLUE value IS 166 (65.23% from 255) = 35.7%

R = 50.75%
G = 13.55%
B = 35.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.30

 K value IS 0.07

RGB Variations

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

Color information

#EC3FA6 (or 0xEC3FA6) is known color: Wild Strawberry. HEX triplet: EC, 3F and A6. RGB value is (236,63,166). Sum of RGB (Red+Green+Blue) = 236+63+166=465 (61% of max value = 765). Red value is 236 (92.58% from 255 or 50.75% from 465); Green value is 63 (25% from 255 or 13.55% from 465); Blue value is 166 (65.23% from 255 or 35.70% from 465); Max value from RGB is 236 - color contains mainly: red. Hex color #EC3FA6 is not a web safe color. Web safe color analog (approx): #FF3399. Inversed color of #EC3FA6 is #13C059. Grayscale: #7E7E7E. Windows color (decimal): -1294426 or 10895340. OLE color: 10895340.

HSL color Cylindrical-coordinate representation of color #EC3FA6: hue angle of 324.28º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #EC3FA6 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.07.

Color convert

RGB 236 63 166 -
CMYK 0 0.73 0.30 0.07
HSL 324.28º 0.82% 0.59% -
HSV(B) 324.28º 0.73% 0.93% -
XYZ 43.25 24.14 38.46 -
YUV 126.47 150.31 206.12 -
System Red Green Blue C M Y K H S L
Decimal 236 63 166 0 0.73 0.30 0.07 324.28 0.82 0.59
Hex EC 3F A6 0 49 1E 7 144 52 3B
Octal 354 77 246 0 111 36 7 504 122 73
Binary 11101100 111111 10100110 0 1001001 11110 111 101000100 1010010 111011

Color Harmonies of #EC3FA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EC3FA6

Black with #EC3FA6

Text Example


Text Example

White with #EC3FA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EC3FA6; }

 p { color: rgb(236,63,166); }

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

background-color css

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

 a { background-color: rgb(236,63,166); }

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

border-color css

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

 span { border-color: rgb(236,63,166); }

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